Question Detail What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C Similar Questions : 1. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D 2. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 3. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 4. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A 5. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B Read more from - C++ Programming Questions Answers - Set 2