Question Detail What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A Similar Questions : 1. A virtual base class ? is qualified as virtual in base class definition.do not qualified as virtual in base class definition.allows to inherit more than one copy of the base class members.strict the path of inheritance. Answer: Option A 2. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 3. Classes in c++ are ? Fundamental data typePrimitive data typeDesired data typeNot defined Answer: Option C 4. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D 5. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C Read more from - C++ Programming Questions Answers - Set 2