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