Common Computer Science References
At the end of this lesson, you will be able to:
understand Abstract Methods and Classes
review "Class Diagrams"
read "Using OOP", Chapter 9, Computer Based Problem Solving
read "Abstract Methods & Classes"
go over how to show an Abstract Class in UML
null
read over and do Lesson 7
if you have not already done so, make your "Vehicle Class" an abstract class, so that it can only be inherited from, not instantiated
ensure at least 1 of your test cases is you trying to instantiate an abstract class and proving it can not be done
do the above in a second language