Q:

Explain some ways of doing overloading function in C#

0

Explain some ways of doing overloading function in C#

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Function overloading can be done by changing:

  • The number of parameters in two functions.
  • The data types of the parameters of functions.
  • The order of the parameters of functions.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is serialization?... >>
<< What is function overloading in c#?...