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. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 2. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 3. Default constructor has how many arguments 1230 Answer: Option D 4. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1