At the end of this lesson, you will be able to:
- understand and create an Abstract Class
- go over Using OOP, Chapter 9
- Computer Based Problem Solving
- "Abstract Classes"
- Abstract method is a method that MUST be Overridden
- Abstract class is a class that can not be instantiated
- it MUST be inherited from and the child class instantiated
- work on the weekly assignment