What is method overloading?
30 August 2009
378 views
No Comment
Method overloading occurs when a class contains two methods with the same name, but different signatures.
Popularity: unranked [?]
Related interview questions
- How’s method overriding different from overloding?
- What does the Keyword ‘virtual’mean in the method definition?
- Can you declare the override method static while the original method is non-static?
- How can you reference current thread of the method?
- How do you inherit from a class in c#?












Leave your response!
You must be logged in to post a comment.