PDA

View Full Version : objects modelling



mickey
11th April 2008, 16:20
Hello,
Could anyone suggest to me a book that explain how to do modelling with objects? I mean, not necessary a c++ book, but a book that helps me into objects reasoning (even with pratical examples with some objects language programming). I hope my question is clear....

THanks...

marcel
12th April 2008, 08:14
You mean design patterns?
See "Design Patterns - Elements of Reusable Object-Oriented Software" by Gamma et al.
It is a "must have" book and will answer most of your questions. And it is not that expensive either: http://www.amazon.com/Design-Patterns-Object-Oriented-Addison-Wesley-Professional/dp/0201633612 .