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