Q:

How to make a derived class a base class?

0

How to make a derived class a base class?


  1. Change name of the class
  2. Use keyword base
  3. Make a class derive from it
  4. Can’t be done

All Answers

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

 (c).Make a class derive from it

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 being derived by two other clas... >>
<< How many base classes can a single class inherit i...