Learn Java Tutorial for Beginners, Part 38: Abstract Classes

1 year ago
4

Abstract classes allow you to define the parent class of a new class hierarchy without allowing your use to instantiate the class. You can implement functionality that you anticipate all child classes will need.

Loading comments...