Question Detail Can we define array of classes in c++ ? YesNo Answer: Option A 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. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 3. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C 4. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 5. A virtual base class ? is qualified as virtual in base class definition.do not qualified as virtual in base class definition.allows to inherit more than one copy of the base class members.strict the path of inheritance. Answer: Option A Read more from - C++ Programming Questions Answers - Set 2