IS-A Relationship is also known as the Inheritance concept.
How can we implement the IS-A Relationship?
We can implement an IS-A Relationship by using the extends
keyword.
What is the main advantage of the IS-A Relationship?
The main advantage of an IS-A Relationship is code reusability.