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. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 2. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 3. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 4. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 5. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1