Rikam Palkar

Rikam Palkar

  • 33
  • 36.5k
  • 4.6m

design pattern to decouple abstraction from implementation?

May 1 2020 4:17 PM
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)