What is a “is a” relationship?
What is a superclass?
What is a subclass?
What is inheritance?
How are Inheritances implemented in Java?
public class Book extends Product {}What is assignment compatiblity?
What is overriding?
super allows superclass to be addressed and its attributes and methods can be accessed