Object Oriented Programming in Java
Abstract Classes
Sometimes, you want to create a superclass that defines a generalized form shared by all its subclasses, leaving each subclass to fill in the details. This is where abstract classes come in.
An abstract class can have abstract method...
pearlthoughts.hashnode.dev3 min read