Package Creational.FactoryMethod
Class ConcreteProductA
java.lang.Object
Creational.FactoryMethod.ConcreteProductA
- All Implemented Interfaces:
Product
Concrete implementation of the Product interface.
ConcreteProductA represents a specific type of product that implements
the behavior defined in the Product interface. It provides a unique
implementation for the `use` method.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConcreteProductA
public ConcreteProductA()Default constructor for ConcreteProductA.
-
-
Method Details