Common Computer Science References
At the end of this lesson, you will be able to:
understand class diagrams and be able to create one
review "Inheritance"
read "Using OOP", Chapter 9, Computer Based Problem Solving
read "Class Diagrams"
null
read over and do Lesson 5
add a property that holds the number of tires
make sure your stub program uses this new property
draw the class diagram for your new classes, including showing inheritance:
Vehicle
Truck
Bike
do the above in a second language