Package Creational.FactoryMethod


package Creational.FactoryMethod
  • Class
    Description
    Concrete implementation of the Creator class.
    Concrete implementation of the Creator class.
    Concrete implementation of the Product interface.
    Concrete implementation of the Product interface.
    Abstract Creator class in the Factory Method design pattern.
    The Product interface defines a common interface for all products that can be created by the factory method.