c++ more on catalog of functions
C++ notes
To expand the concept of Create a catalog of static functions with also add object's functions.
Create two class with both a suspend() function. The first class will be used as static only, the second one will register each object instantiated. Calling the suspend() static function of the …