Topics we'll cover:
extends
denotes an inheritance relationship between a superclass (GradedActivity) and a subclass (FinalExam).inherits
the public
or protected
instance variables and methods of the superclass.protected
keyword.private
instance variables and methods are NOT inherited.starting point
or basis
of the development of the subclass.inherits
the public or protected instance variables and methods of the superclass.