Views: 3K
Replies: 0
Archived
|
Adapter Design Question DescriptionHi,
I'm doing a presentation and would like to know how I can describe this client implementation of the adapter design pattern. Regards, // Design Pattern Implementation // Adapter Implementation ITarget itarget = new EmployeeAdapter(); ThirdPartyBillingSystem client = new ThirdPartyBillingSystem(itarget); client.ShowEmployeeList(); Joe Contreras, Nov 14, 2014
|