Question Detail What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A Similar Questions : 1. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C 2. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 3. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D 4. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 5. The advantage of declaring a virtual function as pure is ? programs runs fasterearly binding can be achievedyou force any derived class to define its own implementationyou can avoid making the class an abstract class Answer: Option C Read more from - C++ Programming Questions Answers - Set 2