|
The first OOP project i did in java was a stupid beverage program. I had a super class, then 2 sub-classes which were HotDrink and ColdDrink. then i had Beer as another sub-class of ColdDrink. try coding up something stupid like that. Let me know if you need class diagrams or sample code to get started. Or just search google for some simple OOP examples.. doesnt really matter what language the example is in cause it could easily converted to java code.
__________________
I am Addicted to Linux!
|