Define method overloading in c#?



Define method overloading in c#?..

Answer / Himanshu Bhatnagar

Method overloading in C# refers to having multiple methods with the same name but different parameters. Overloaded methods should have unique parameter lists so that the compiler can distinguish them from each other.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is it possible to have different access modifiers on the get/set methods of a property in c#?

1 Answers  


What is difference between static and readonly in c#?

1 Answers  


What is the difference between ienumerable and enumerable?

1 Answers  


What is threading in c# with example?

1 Answers  


What is the Difference between imperative and interrogative code?

2 Answers   Wipro,


Does unity use c++ or c#?

1 Answers  


What are the basic string operations? Explain.

1 Answers  


What is the difference between list and array in c#?

1 Answers  


What?s the difference between the Debug class and Trace class?

2 Answers  


What is the difference between Hash Table and Arrays?

12 Answers   IBM,


What is overriding in c#?

1 Answers  


What does string intern do?

1 Answers  


Categories