# Structs
No description provided by the author
Cat type.
No description provided by the author
CatFactory type.
Concrete Creator classes.
No description provided by the author
Concrete Product classes.
No description provided by the author
Cow type.
CowFactory type.
Concrete Product classes.
Dog type.
Concrete Creator classes.
DogFactory type.
# Interfaces
Animal interface.
Animal interface.
Creator abstract class.
AnimalFactory interface.
Creator abstract class.
Product interface.