Question Detail C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Ad Similar Questions : 1. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 2. An explicitly defined destructor function may be virtualmay not be virtualwill always be virtualwill never be virtual Answer: Option A 3. 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 4. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 5. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D Read more from - C++ Programming Questions Answers - Set 2