Question Detail The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C Similar Questions : 1. Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D 2. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 3. Inheritance is transitive in nature. TrueFalse Answer: Option A 4. 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 5. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2