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

Q

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

✍: Guest

A

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

2014-07-07, 1553👍, 0💬