Answer Posted / swapna
we can overload a method by giving same method names with
different parameters. Parameters may differ in data type or
in number.
This is called method overloading .
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between delegates and events in c#?
How to rotate an Image in C#?
What is difference between gridview and form view?
What is interface c#?
What is xml serialization in c#?
Explain how do I convert a string to an int in c#?
What are the concepts of dispose method?
How do I enforce const correctness in c#?
What is dynamic object in c#?
What are primitive types in c#?
What is verbatim string?
What is parsing?
What is xamarin used for?
What is the meaning of extention?
Is collection a data structure?