Use cases for Abstract Classes
What is an abstract class?
An abstract class is a class that cannot be instantiated directly and must be inherited by a subclass. Abstract classes are used to provide a common base for a set of related classes and to define a common interface that th...
guillermovalenzuela.hashnode.dev2 min read