Question Detail Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A Similar Questions : 1. 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 2. Constructors has return type void ? TrueFalse Answer: Option A 3. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A 4. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 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