Q:

If all the classes used parameterized constructors and no default constructor then, ___________

0

If all the classes used parameterized constructors and no default constructor then, ___________


  1. The object of lower level classes can’t be created
  2. Object of lower level classes must call parent class constructors explicitly
  3. Object of lower level classes must define all the default constructors
  4. Only object of first class can be created, which is first parent

All Answers

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

 (b).Object of lower level classes must call parent class constructors explicitly

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

total answers (1)

OBJECT ORIENTED PROGRAMMING INHERITANCE AND ITS TYPES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
In multilevel inheritance, which is the most signi... >>
<< How many abstract classes can be used in multileve...