Question Detail Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D Similar Questions : 1. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 2. 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 3. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 4. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 5. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2