Thinking Cap Implementation
void ThinkingCap::push_green
cout << green_string << endl;
Here is the implementation of the push_green member function, which prints the green message:
Notice how this member function implementation uses the green_string member variable of the object.