Explain some ways of doing overloading function in C#
Function overloading can be done by changing:
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
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