InterviewSolution
Saved Bookmarks
| 1. |
Which among the following defines single level inheritance?(a) One base class derives another class(b) One derived class inherits from one base class(c) One base class inherits from one derived class(d) One derived class derives from another derived classI have been asked this question by my college professor while I was bunking the class.Question is from Single Level Inheritance in section Inheritance & its Types of Object Oriented Programming |
|
Answer» The CORRECT OPTION is (b) One DERIVED class inherits from one base class |
|