1.

What are the restrictions on overloaded functions?

Answer»
  • The parameters/arguments should differ in the number of arguments or if they have same number of argument then they should differ in the type of the arguments.
  • The use of typed of keyword for naming functions is not treated as different type but is only a synonym for another type.


Discussion

No Comment Found