GeeksforGeeks » Object oriented queries
An OOD question
(2 posts)-
What is an adapter?
-
A wrapper class that provides interface between incompatible classes. More details on the following links,
http://en.wikipedia.org/wiki/Adapter_pattern
http://sourcemaking.com/design_patterns/adapter
http://www.c2.com/cgi/wiki?AdapterPatternRemember that just reading patterns won't help at all. We need to understand the problem first, then use the pattern to solve.
Reply
You must log in to post.