Question Detail Which among following is correct way of declaring object of a class ? Classname Objectname;Class Classname Objectname;Class Classname Object Objectname;Classname Object Objectname; Answer: Option A Similar Questions : 1. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 2. What is data hiding ? It is related with hiding internal object detailsIt is related with showing internal object detailsIt is related with datatypesNone of above Answer: Option A 3. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 4. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 5. Which variables cannot be declared ? structurepointerclassvoid Answer: Option D Read more from - C++ Programming Questions Answers - Set 2