Storages - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki

Classes in Storage Class Library focus on storing, retrieval and simple manipulation (like adding or subtracting) of stored values. A generic interface allows for storage of other data types and for general purpose.

Name Type Description
IStorage Interface storage interface
IMemoryStorage Interface memory storage interface
MemoryStorage Class calculator memory storage component