Topic: abstraction in programming language
Topic: types of object-oriented classes
| |
Quotation Skeleton
[A fat interface is a class that provides all functions for a set of concepts. For example, defining a universal 'container' class.] … [p. 454] Consequently, fat interfaces are best avoided where … and in general wherever there is a good … opens the floodgates for the use of derivation …
Google-1
Google-2
Copyright clearance needed for quotation.
Additional Titles
Quote: avoid fat interfaces: slow implementation, difficult to prove, weak correspondence between concepts and classes, encourages the use of derivation for implementation convenience
|
Related Topics
Topic: abstraction in programming language (47 items)
Topic: types of object-oriented classes (18 items)
|