InterviewSolution
Saved Bookmarks
| 1. |
Derived class is also known as ______________ class.(a) Subclass(b) Small class(c) Big class(d) Noticeable classI have been asked this question in an online interview.My question is based upon Derived Class topic in chapter Classes of Object Oriented Programming |
|
Answer» CORRECT answer is (a) Subclass Easiest explanation - It is just another NAME given to the derived CLASSES. This is used while denoting all the derived classes subsequent to a superclass. |
|