Introduction - If you have any usage issues, please Google them yourself
A class with recursive member functions
Member functions of C++ classes can be recursive. A typical use of
recursion is to create a recursive private function to act as a helper for
some other member function.