Product Interface
← Back to Factory Method
The common interface or abstract class that all products created by the factory must implement. Client code works with this interface, remaining agnostic to the concrete product class.
← Back to Factory Method
The common interface or abstract class that all products created by the factory must implement. Client code works with this interface, remaining agnostic to the concrete product class.