Question Detail The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C Ad Similar Questions : 1. Classes in c++ are ? Fundamental data typePrimitive data typeDesired data typeNot defined Answer: Option C 2. Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B 3. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 4. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 5. A Variable __ of void type. May be declaredCan be initializedCannot be intializedCannot be declared Answer: Option D Read more from - C++ Programming Questions Answers - Set 2