Question Detail What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A Similar Questions : 1. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 2. C++ programs must contain start()system()main()program() Answer: Option C 3. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 4. How we mark the end of c++ statement ;:>><< Answer: Option A 5. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1