Question Detail Can we define array of classes in c++ ? YesNo Answer: Option A Similar Questions : 1. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C 2. What is class in c++ ? When you define a class, you define a blueprint for a data type.When you define a class, you make get more funtionality.When you define a class, you define the logic. When you define a class, you make debugging. Answer: Option A 3. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A 4. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 5. 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 Read more from - C++ Programming Questions Answers - Set 2