Files
CS-Classes/CS202/Notes/functionOverloading
2025-06-17 14:42:22 -07:00

5 lines
257 B
Plaintext

If you change the return type or parameter types/numbers in a function it changes the functions' signature.
You can change a functions data representation by changing its signiture thereby having multiple of the same
function with diffrent data utility.