InterviewSolution
Saved Bookmarks
| 1. |
Always the base class constructors are called ___________ constructor of derived class.(a) Before(b) After(c) Along(d) According to priority ofI had been asked this question in an interview for internship.The doubt is from Base Class topic in portion Classes of Object Oriented Programming |
|
Answer» Correct choice is (a) Before |
|