ENGLISH

OOP Demystified

Book information

Publisher
McGraw-Hill/Osborne
Year
2004
ISBN
9780072253634, 0072253630
LCC
QA76.64 .K45 2004
Open Library ID
OL3329046M
Language
english
Format
PDF
Filesize
3 MB (3461925 bytes)
Edition
1
Pages
262\262
Topic
Education
Time added
2010-05-17 00:23:50

Description

Book provides good basics for people wanted to know it in simple words and samples. But it has some problems with terms definition. I was really confused by the definition of term Encapsulation - is a technique of linking together attributes and procedures to form an object. IT IS TERRIBLE MISTAKE, Booch and other says it is about another thing: http://en.wikipedia.org/wiki/Encapsulation_(computer_science). Encapsulation is the hiding of the internal mechanisms and data structures of a software component behind a defined interface, in such a way that users of the component (other pieces of software) only need to know what the component does, and cannot make themselves dependent on the details of how it does it. Book provides Sensible view on real-world problems of OOP implementation, this is really cool, I have many doubts why my programs can't strictly follow OOP paradigm, and I found the answer - because OOP is not a silver bullet for real world applications development. Sometimes it brings overcomplexity which is hard to maintain. And which does not satisfy application's business goals. But mostly this book is lack of reasonable big samples, especially in Real-world modelling chapter. So a lot of theory is not proved there with good samples.

Similar books