C# Class CSharp_AbstractFactory.ProductB1

Inheritance: AbstractProductB
Show file Open project: ohs108/unity_lecture

Public Methods

Method Description
Interact ( AbstractProductA a ) : void

Method Details

Interact() public method

public Interact ( AbstractProductA a ) : void
a AbstractProductA
return void