Intro to Computer Programming > Ch. 6.14: Overloading Functions > Flashcards
What is the function signature?
The function signature is the name of the function and the data types of the function’s parameters in the proper order.