Learning OO resources

Hey, I'm in need of a few good places to go to learn more about OOP. I'm already pretty good with the non-OO parts of Java. Preferrably a free online resource would be awesome.Thanks
[198 byte] By [Squidgea] at [2007-11-26 18:14:07]
# 1
> I'm already pretty good with the> non-OO parts of Java.Like what? Primitives? Try using [url=www.google.com]google[/url].
CaptainMorgan08a at 2007-7-9 5:47:25 > top of Java-index,Java Essentials,New To Java...
# 2
Well, I've had experience with programming in BASIC and some C. I'm pretty comfortable with modular or top-down programming. I've googled it but haven't come up with anything that seems complete or accurate.
Squidgea at 2007-7-9 5:47:25 > top of Java-index,Java Essentials,New To Java...
# 3

If you've already learned the basics, Effective Java is a great text for more advanced Java idioms, although it's a little dated now. It's not specifically OO, but OO principles show up in it.

I tried googling "object-oriented design in Java" and got a bunch of hits. You should try that.

paulcwa at 2007-7-9 5:47:25 > top of Java-index,Java Essentials,New To Java...