Function Overloading
Term side of the Card
Topic: Basics
Unit title: Function Overloading
Categories: Concept
Explanation side of the Card
Explanation: The ability to declare multiple signatures for a single function. Enables functions to handle different types or numbers of arguments with specific behavior for each.