Question Detail C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Similar Questions : 1. Stacks are based on ? FIFOLIFOFILOAll 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. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A 4. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 5. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2