Is It Necessary That All The Abstract Methods Must Be Defined #405
Is it necessary that all the abstract methods must be defined from an abstract class?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Abstract Class - Quiz No.2.
Is it necessary that all the abstract methods must be defined from an abstract class?
Yes, depending on code
Yes, always
No, never
No, if function is not used, no definition is required