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 type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 2. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 3. 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 4. Can #define accept parameters YesNo Answer: Option A 5. Reference is like a PointerStructureArrayNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1