McqMate
| Q. |
When class B is inherited from class A, what is the order in which the constructers of those classes are called |
| A. | class a first class b next |
| B. | class b first class a next |
| C. | class b's only as it is the child class |
| D. | class a's only as it is the parent class |
| Answer» A. class a first class b next | |
View all MCQs in
Object Oriented Programming (OOP)No comments yet