Relationships between classes in JAVA
There are mainly two types of relationships between classes in JAVA
Inheritance (IS-A)
Association (HAS-A)
Inheritance
In inheritance, the child class object carries the body of the parent class when initiated. This is achieved using the "extend...
sanjanareddy.hashnode.dev1 min read