InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Proxy And Adapter Design Patterns ? |
|
Answer» Adapter OBJECT has a DIFFERENT input than the real SUBJECT whereas Proxy object has the same input as the real subject. Proxy object is such that it should be placed as it is in place of the real subject. Adapter object has a different input than the real subject whereas Proxy object has the same input as the real subject. Proxy object is such that it should be placed as it is in place of the real subject. |
|