<<< Quality of Abstraction - Completeness | Index | Placement of Methods >>> |
Property of an abstraction that provides only those services (operations),
which cannot be obtained by sequences of other services (operations),
already provided by this abstraction.
Another interpretation:
Class should provide to its clients only the operations
requiring the access to its implementation (its state).
<<< Quality of Abstraction - Completeness | Index | Placement of Methods >>> |