Any good Object Oriented Design book?

SONYFX

Senior member
May 14, 2003
403
0
0

I am looking for a language independent book if possible, any suggestions? Thanks.
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
Booch, Rumbaugh, Jacobsen are pretty much the classics. Google those authors and you'll come up with a few choices. Of course there are lots of others.
 

mundane

Diamond Member
Jun 7, 2002
5,603
8
81
Design Patterns by the 'Gang of Four' was used as a text for one of our Software Engineering courses. I thought it was excellent, and still use it as a reference post-graduation.
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
"Design Patterns" is a neat way of looking at issues that are orthogonal (for the most part) to matters of class and type of entities, but it has little to do with what object-oriented programming is about. You could argue that OO brought a structure to thinking about software that was necessary for Design Patterns to make sense, but other than that I don't think they correlate.
 

clamum

Lifer
Feb 13, 2003
26,256
406
126
The book we used in my Software Engineering class wasn't too bad. It's called Project-Based Software Engineering by Stiller and LeBlanc. Not language specific... lots of UML diagrams. I suppose it concentrates more on larger projects but it does have good information concerning an object-based approach to them.
 

nyker96

Diamond Member
Apr 19, 2005
5,630
2
81
Yes GOF is the standard but I believe for beginner better get Head First DP should let you learn a bit easier than GOF which I own and love but Head First if you new.