Question Detail The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D Similar Questions : 1. Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D 2. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 3. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 4. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 5. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2