Topic: program module as encapsulation
Topic: separate a module's interface specification from its implementation
Topic: dependency analysis
| |
Quotation Skeleton
Achieving independence [of modules] requires two things: encapsulation and … being replaced, it will not be possible to … accesses (but does not modify) an object's representation …
Google-1
Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: if one module depends on the implementation details of another module, it may need changing when the other changes
| Quote: if a module accesses another object's representation, independent replacement is impossible
|
Related Topics
Topic: program module as encapsulation (28 items)
Topic: separate a module's interface specification from its implementation (86 items)
Topic: dependency analysis (31 items)
|