Question Detail What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A Ad Similar Questions : 1. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C 2. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 3. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 4. Which is not a correct variable type floatintdoublereal Answer: Option D 5. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1