Adapter pattern - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Adapter pattern


  
 Adapter pattern at opensource encyclopedia
The adapter pattern is useful in situations where an already existing class provides some or all of the services you need but does not use the interface you need.
de:Adapter Design Pattern In computer programming, the adapter design pattern 'adapts' one interface for a class into one that a client expects.
An adapter allows classes to work together that normally could not because of incompatible interfaces by wrapping its own interface around that of an already existing class.
http://wiki.tatet.com/Adapter_pattern.html   (367 words)

  
 Learn more about Design pattern (computer science) in the online encyclopedia.
A design pattern is an abstraction of a solution for a particular class of problems.
Design patterns represent the accumulated knowledge of the community of software developers of standardised solutions to recurring problems.
Design patterns solve specific design problems and make object-oriented designs more flexible and elegant, and ultimately reusable.
http://www.onlineencyclopedia.org/d/de/design_pattern__computer_science_.html   (515 words)

  
 Structural pattern: Just the facts...
Structural Design Patterns are Design Patterns (additional info and facts about Design Patterns) that ease the design by identifying a simple way to realize relationship (A state involving mutual dealings between people or parties or countries) s between entities.
Private class data pattern (additional info and facts about Private class data pattern)
Adapter pattern (additional info and facts about Adapter pattern)
http://www.absoluteastronomy.com/encyclopedia/s/st/structural_pattern.htm   (144 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.