InterviewSolution
Saved Bookmarks
| 1. |
How to make a derived class a base class?(a) Change name of the class(b) Use keyword base(c) Make a class derive from it(d) Can’t be doneThe question was asked in exam.The origin of the question is Base Class topic in division Classes of Object Oriented Programming |
|
Answer» Right option is (c) Make a class DERIVE from it |
|