Can We Call Methods Of Base Class Using The Constructor Of The #432
Can we call methods of base class using the constructor of the derived class?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Base Class - Quiz No.2.
Can we call methods of base class using the constructor of the derived class?
Yes, always
Yes, but not always
No, never
No, but we can call in some cases