Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between the Adapter Pattern and Proxy Patterns?its seems both are almost similar?



what is the difference between the Adapter Pattern and Proxy Patterns?its seems both are almost simi..

Answer / ravis190784

Comparing Adapter Pattern with other Patterns:

1. Adapter converts one interface to another, Decorator doesn't alter interface but adds responsibility. Facade makes an interface simpler.
Decorator is thus more transparent to the application than an adapter is. As a consequence, Decorator supports recursive composition, which isn't possible with pure Adapters.

2. Adapters allows client to make use of libraries and subsets without changing any code. Decorators allow new behaviour to be added to the classes with out altering the existing code.

3. Adapter make things work after they're designed, Bridge makes them work before they are.

4. Bridge is designed up-front to let the abstraction and the implementation vary independently. Adapter is retrofitted to make unrelated classes work together.

5. Adapter provides a different interface to its subject. Proxy provides the same interface. Decorator provides an enhanced interface.

6. Facade defines a new interface, whereas Adapter reuses an old interface. Remember that Adapter makes two existing interfaces work together as opposed to defining an entirely new one.

Is This Answer Correct ?    16 Yes 3 No

Post New Answer

More Design Patterns Interview Questions

What are the benefits of the proxy in the design pattern?

0 Answers  


Explain the singleton, facade, or handle class design pattern?

2 Answers   ABC,


Are you using singleton in your code?

0 Answers  


Identify three types of systems or system upgrades that may be ideal candidates for a Waterfall Development Model strategy.

1 Answers  


How to test the quality of design ?

1 Answers  


What is the difference between factory and builder design pattern?

0 Answers  


Why should we not use singleton pattern?

0 Answers  


Explain what is good design?

0 Answers  


What is clean architecture?

0 Answers  


What is mvp design pattern?

0 Answers  


What are the 23 design patterns?

0 Answers  


What is singleton design pattern

1 Answers   CSS, Dimdim, Fulcrum Logic, TCS, Wipro,


Categories