All Subjects
Light
AP Computer Science A
Class B is a Java class that extends another class (Class A) and contains its own methods and/or fields in addition to those inherited from Class A.
The ability for one class to extend another class, inheriting its methods and fields.
When a subclass provides its own implementation of a method defined in its superclass.
The ability of an object to take on many forms, allowing different classes to be used interchangeably.