Question Detail What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D Ad Similar Questions : 1. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 2. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 3. What is class in c++ ? When you define a class, you define a blueprint for a data type.When you define a class, you make get more funtionality.When you define a class, you define the logic. When you define a class, you make debugging. Answer: Option A 4. The members of a class are ? b) by default are private c) are made private by declaring as private d) none of the above] have no visibility by defaultpublic by defaultprivate by defaultprotected by default Answer: Option C 5. Queues are based on ? LIFOFIFOLILOFILO Answer: Option B Read more from - C++ Programming Questions Answers - Set 2