Question Detail The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D Similar Questions : 1. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 2. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B 3. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C 4. Inheritance is transitive in nature. TrueFalse Answer: Option A 5. Classes in c++ are ? Fundamental data typePrimitive data typeDesired data typeNot defined Answer: Option C Read more from - C++ Programming Questions Answers - Set 2