Question Detail The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D Similar Questions : 1. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 2. Classes in c++ are ? Fundamental data typePrimitive data typeDesired data typeNot defined Answer: Option C 3. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 4. A virtual base class ? is qualified as virtual in base class definition.do not qualified as virtual in base class definition.allows to inherit more than one copy of the base class members.strict the path of inheritance. Answer: Option A 5. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2