Question Detail 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 Similar Questions : 1. Which is not a correct variable type floatintdoublereal Answer: Option D 2. Can we overload constructors in C++ YesNo Answer: Option A 3. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 4. Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B 5. Which is boolean operator for logical and &||&|&& Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1