Interview Questions

The methods in C# can be overloaded in which of the following ways

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

The methods in C# can be overloaded in which of the following ways

The methods in C# can be overloaded in which of the following ways
* By having the same method name and specifying different number of parameters
* By giving different method names and same number of parameters
* By having the same method name and specifying different types of parameters
* By giving different method names and same types of parameters


By having the same method name and specifying different types of parameters

(Continued on next question...)

Other Interview Questions