Create a set of related objects

You are implementing the Abstract Factory design pattern to create a set of related objects in C#.

Which of the following is a class of this design pattern that will use two interfaces to create the required family of related objects?

Options
  1. Client
  2. Abstract Factory
  3. Abstract Product
  4. Concrete Factory

Related Posts