Creating Abstract Classes
introduction to an abstract class and its implementation using a stock trading example
We'll cover the following...
Abstract classes are classes that cannot be instantiated. For instance, if we have the Shape
class, we cannot do much with a generic shape until we know what kind of shape we are ...