Question: Is it possible for a child class to inherit from an abstract parent class and not implement the abstract methods from the parent class? Yes,
Is it possible for a child class to inherit from an abstract parent class and not implement the abstract methods from the parent class?
Yes, if it never uses the abstract methods.
Yes, as long as the child class is abstract also.
No all abstract methods must be implemented by child classes.
Yes, as long as another class that also inherits from the abstract class implements them.
Yes, a child class does not have to implement abstract methods
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
