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 ...