Memento Design Pattern in Modern C++ vishal chovatiya

Memento Design Pattern in Modern C++

Reading Time: 4 minutes Memento Design Pattern in Modern C++ is a very straight forward Behavioural Design Pattern. The motivation behind using the Memento Design Pattern is to keep some sort of token which then allows you to restore an object to a particular […]