5In C++ the signature of a member function is the name of the class of which the function is a member, the name of the function, the number, types and order of the arguments, and whether the member function is marked as const or volatile. The signature does not include the return type; nor does it include the names of any of the arguments.