<<< Database Reader class example | Index | Week 4 Reading: pages 27-42 >>> |
Abstract interface means more general interface.
The opposite would be called specific interface .
Abstract interfaces tend to be more reusable.
Abstractness of an interface can be measured by the level of detail hidden by the interface:
|
|
<<< Database Reader class example | Index | Week 4 Reading: pages 27-42 >>> |