Q:

If a function declared as abstract in base class doesn’t have to be defined in derived class then ______

0

If a function declared as abstract in base class doesn’t have to be defined in derived class then ______


  1. Derived class must define the function anyhow
  2. Derived class should be made abstract class
  3. Derived class should not derive from that base class
  4. Derived class should not use that function

All Answers

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

 (b).Derived class should be made abstract class

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

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Static methods can’t be made abstract in java... >>
<< What is the syntax for using abstract method?...