View Single Post
Old Feb 14th, 2006, 8:29 PM   #7
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 376
Rep Power: 0 King is an unknown quantity at this point
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!
King is offline   Reply With Quote