What is function overloading in C++?
A. Defining multiple functions with the same name but different parameters.
B. Defining multiple functions with the same name and same parameters.
C. Defining a function that can accept multiple data types.
D. Defining a function inside another function.
Answer: Option A

Join The Discussion