12-23-2008, 08:08 PM
|
#5 (permalink)
|
|
The Wanderer
Join Date: Dec 2008
Location: Wiltshire, UK
Posts: 13
Thanks: 0
|
I like to see OOP as a way of thinking, even in java you can write procedural code. It takes practice but it will click eventually.
I find designing is as important as building the actual app, try drawing a few relational scribbles of the objects and work out in you’re mind how you think it should work. This should help you grasp the concept of objects. UML is also a great way to learn good OOP design.
|
|
|
|