Overloading member functions
Objects and member functions
The declaration
Objects and member functions
ch_stack s, t, u;
Each of these objects has its own data members:
char s[max_len]; int top;
A member function is conceptually part of the type.
There is no distinct member function for any of these three ch_stack objects.
There is no distinct member function for any of these three ch_stack objects.