InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is best definition of a derived class?(a) A child class(b) A class which inherits one or more classes(c) A class with keyword derived(d) A class with more than one constructorI have been asked this question in semester exam.Enquiry is from Derived Class topic in chapter Classes of Object Oriented Programming |
|
Answer» Correct answer is (B) A CLASS which INHERITS one or more classes |
|