In: Computer Science
If a superclass is abstract, then its subclass must implement all of the abstract methods in the superclass. Is this statement true or false?A. trueB. false
I appreciate if you add some descriptions
Dear Student ,
As per requirement submitted above kindly find below solution.
Question :
Answer :A.true
Explanation :Below example shows one abstract class A and non abstract class B .
Screen 1 :Screen shows the error when abstract method is not defined by subclass
Screen 2:Screen when abstract method is defined in the subclass
NOTE :PLEASE FEEL FREE TO PROVIDE FEEDBACK ABOUT THE SOLUTION.