• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any good Object Oriented Design book?

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.
 
"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.
 
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.
 
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.
 
Back
Top