Q:

Can we call methods of base class using constructor of the derived class?

0

Can we call methods of base class using constructor of the derived class?


  1. Yes, always
  2. Yes, but not always
  3. No, never
  4. No, but we can call in some cases

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).Yes, always

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If a base class is inherited from another class an... >>
<< Always the base class constructors are called ____...