If you want every subclass of an abstract class to define a particular
method, then you should define an abstract method in the abstract class
by instantiating the following pattern:
public abstract return type method name
(parameter specifications) ;