Dofactory.com
Dofactory.com
 Back to list
Views:   3K
Replies:  0
Archived

Adapter Design Question Description

Hi,

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
Stay Inspired!
Join other developers and designers who have already signed up for our mailing list.
Terms     Privacy     Cookies       Do Not Sell       Licensing      
Made with    in Austin, Texas.  - vsn 44.0.0
© Data & Object Factory, LLC.