1
Answer

design pattern to decouple abstraction from implementation?

Rikam Palkar

Rikam Palkar

4y
821
1
There's is one design pattern which asks to decouple abstraction from its implementation. Is this even possible? If yes, which pattern does it and how? Example : Class Dog : interface IAnimal
Answers (1)