“Decouple an abstraction from its implementation so that the two can vary independently”
• Use for runtime binding of implementation
• Similar to pattern of abstract base / subclass
Links:
“Decouple an abstraction from its implementation so that the two can vary independently”
• Use for runtime binding of implementation
• Similar to pattern of abstract base / subclass
Links:
Architecture
A.T.F.
References