Interview Questions

What are the different ways a method can be overloaded?

C# Interview Questions and Answers


(Continued from previous question...)

180. What are the different ways a method can be overloaded?

Different parameter data types, different number of parameters, different order of parameters.

(Continued on next question...)

Other Interview Questions