Question Detail Queues are based on ? LIFOFIFOLILOFILO Answer: Option B Ad Similar Questions : 1. 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 2. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A 3. Which among following is correct way of declaring object of a class ? Classname Objectname;Class Classname Objectname;Class Classname Object Objectname;Classname Object Objectname; Answer: Option A 4. The major goal of inheritance in C++ is ? To facilitate the reusability of codeTo help modular programmingTo facilitate the conversion of data typesTo extend the capabilities of a class Answer: Option A 5. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2