Rikam Palkar

Rikam Palkar

  • 37
  • 35k
  • 3.8m

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)