Question Detail 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 Similar Questions : 1. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 2. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A 3. What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A 4. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 5. Reference is like a PointerStructureArrayNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1