/Store

An automated Store with customers that can perform various transactions. Focused on extensibility through the command pattern, self registering factories and polymorphism.

Primary LanguageC++

Store

A simulation of a Store with customers that can perform transactions. Focused on extensibility and polymorphism through the command pattern, self registering factories and inheritance/interface.