Question Detail The private data members of a class are accessible ? Directly to objects of that classTo any function defined outside a classOnly to the member functionsOnly using keyword static Answer: Option C Similar Questions : 1. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A 2. Constructors has return type void ? TrueFalse Answer: Option A 3. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 4. 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 5. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2