Frage im Vorstellungsgespräch bei CGI

What is Function Overloading?

Antwort im Vorstellungsgespräch

Anonym

8. Juni 2012

Having multiple methods of the same name that accept different parameters. It's good to use function overloading if you're modifying an existing code base and you don't want to potentially break the current functionality.