InterviewSolution
Saved Bookmarks
| 1. |
Which among the following best defines multilevel inheritance?(a) A class derived from another derived class(b) Classes being derived from other derived classes(c) Continuing single level inheritance(d) Class which have more than one parentThis question was posed to me by my college professor while I was bunking the class.My doubt stems from Multilevel Inheritance in chapter Inheritance & its Types of Object Oriented Programming |
|
Answer» The CORRECT OPTION is (b) Classes being DERIVED from other derived classes |
|