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
Post a Comment