Question Detail Which variables cannot be declared ? structurepointerclassvoid Answer: Option D Similar Questions : 1. 37. Which of the following statements is false ? Using typedef does not replace the standard C++ data type name with the new nameThe new name defined by typedef, can be used as a type for another typedeftypedef defines new data typesNone of the above Answer: Option C 2. The major goal of inheritance in C++ is ? To facilitate the reusability of codeTo help modular programmingTo facilitate the conversion of data typesTo extend the capabilities of a class Answer: Option A 3. The antonym of constructor is ? CreatorDistinctDestroyerDestructor 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. 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 Read more from - C++ Programming Questions Answers - Set 2