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
- Client
- Abstract Factory
- Abstract Product
- Concrete Factory