Question Detail Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A Similar Questions : 1. The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A 2. 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D 3. The major goal of inheritance in C++ is ? To facilitate the reusability of codeTo help modular programmingTo facilitate the conversion of data typesTo extend the capabilities of a class Answer: Option A 4. What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C 5. Size of a char is ? 1234 Answer: Option A Read more from - C++ Programming Questions Answers - Set 2