I am learning about design patterns and the first example in the book is about Abstract Factory. I have built the exercise in VS and all looks good, but there is one questio
It's probably a typo in the book and the first "interface" was actually an abstract class.
There's no such thing as an "abstract interface". An interface is by definition abstract.