# Structs
ConcreteFactory1 struct.
ConcreteFactory2 struct.
MacButton struct.
MacFactory struct.
MacMenu struct.
ProductA1 struct.
ProductA2 struct.
ProductB1 struct.
ProductB2 struct.
WinButton struct.
WinFactory struct.
WinMenu struct.
# Interfaces
AbstractFactory interface.
AbstractFactory interface.
Button interface.
Menu interface.
ProductA interface.
ProductB interface.