| Author |
About Adapter Class
|
Raj chiru
Ranch Hand
Joined: Aug 12, 2008
Posts: 140
|
|
hi..
Anybody explain to me what is Adapter class in java?
|
 |
Gavin Tranter
Ranch Hand
Joined: Jan 01, 2007
Posts: 333
|
|
Well, I would do a google search, it seems to have some interesting results, also doing a search fro Adaptor pattern might help.
However, basicly, its an adaptor, like a real world adaptor (like when you travel and everywhere has different electrical outlet sockets). It wraps an API to make the API easier to work with, to hide its complexity from the client.
By wrapping an API in an adaptor you provide a buffer between your client and the API, thus if the API changes all you need to change is your adaptor and not your client.
|
 |
 |
|
|
subject: About Adapter Class
|
|
|