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     Licensing       EULA       Sitemap      
© Data & Object Factory, LLC.
Made with    in Austin, Texas.      Vsn 1.3.0