Question Detail What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A Similar Questions : 1. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 2. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D 3. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 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. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A Read more from - C++ Programming Questions Answers - Set 2