Question Detail Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A Similar Questions : 1. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 2. 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 3. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 4. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 5. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D Read more from - C++ Programming Questions Answers - Set 2