Interface ProductA

All Known Implementing Classes:
ConcreteProductA1, ConcreteProductA2

public interface ProductA
Abstract interface for ProductA. Defines the behavior for all implementations of ProductA.
  • Method Summary

    Modifier and Type
    Method
    Description
    Performs an operation specific to ProductA.
  • Method Details

    • operationA

      String operationA()
      Performs an operation specific to ProductA.
      Returns:
      A string describing the operation performed by ProductA.