pattern
All > Technology > Programming > Java
- A recurring theme in class design or usage. Interfaces such as
Iteratorencapsulate a pattern of access to the items in a collection, while freeing the client from the need to know details of the way in which the collection is implemented.
David J. Barnes - Cite This Source - This Definition - coupling, factory pattern, information hiding, singleton pattern
Also listed in:
- All > Recreation > Fishing
- All > Technology > Programming > Perl