Question Detail What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C Similar Questions : 1. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 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 private data members of a class are accessible ? Directly to objects of that classTo any function defined outside a classOnly to the member functionsOnly using keyword static Answer: Option C 4. Which variables cannot be declared ? structurepointerclassvoid Answer: Option D 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