Answer by
testuser (36)
c++ member function prototype is a procedure that performs certain action as per the requirements of the need. The function needs to have a name and parameters that it accepts for processing the information. This function can be called from the other programs or functions in C++. You can also reference or deference this member function with a pointer.