c# - How to properly design an Adapter pattern -


i have application want implement adapter pattern. have different types of sources there different adapter , there can multiple sources of single type. question instantiate single adapter each type or individual sources? why?

for each source, want create instance. if several sources of same kind, create several instances of same type.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -