1.

When there are multiple definitions with the same function name, what makes them different from each other ?

Answer»

The multiple definitions with the same function name is called Function Overloading. The only difference among those functions is their parameter list which helps the compiler to recognize which function is being executed.



Discussion

No Comment Found

Related InterviewSolutions