Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Object oriented design resources [closed]

Tags:

oop

ooad

I am looking for good resources (books/web sites) for learning object oriented design. Every resource that I find are tutoring me more on UML and RUP instead of OO design. Head first book's sheer repetition is making me not want to read any of their books. I am looking for a book similar to "Structure and interpretation of computer programs" for object oriented design that gets to the point of teaching OO. I have no preference for any specific OO laguage.

like image 838
msvcyc Avatar asked Sep 10 '09 14:09

msvcyc


1 Answers

Object-Oriented Analysis and Design with Applications by Grady Booch is the bible for this topic. It is also very approachable though somewhat dense at points, but definitely worth reading and re-reading.

like image 180
ennuikiller Avatar answered Sep 21 '22 08:09

ennuikiller