Q:

If a class is extending/inheriting another abstract class having abstract method, then _______________________

0

If a class is extending/inheriting another abstract class having abstract method, then _______________________


  1. Either implementation of method or making class abstract is mandatory
  2. Implementation of the method in derived class is mandatory
  3. Making the derived class also abstract is mandatory
  4. It’s not mandatory to implement the abstract method of parent class

All Answers

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

 (a).Either implementation of method or making class abstract is mandatory

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
Abstract class A has 4 virtual functions. Abstract... >>
<< If there is an abstract method in a class then, __...