Package Creational.AbstractFactory
Class ConcreteProductA2
java.lang.Object
Creational.AbstractFactory.ConcreteProductA2
- All Implemented Interfaces:
ProductA
Concrete implementation of ProductA for Family 2.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionImplementation of ProductA's operation for Family 2.
-
Constructor Details
-
ConcreteProductA2
public ConcreteProductA2()Default constructor for ConcreteProductA2.
-
-
Method Details
-
operationA
Implementation of ProductA's operation for Family 2.- Specified by:
operationAin interfaceProductA- Returns:
- A string identifying the operation performed by ConcreteProductA2.
-