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
Is it true that all c# types derive from a common base class?
What is default constructor c#?
Is class reference type c#?
Is stringbuilder better than string?
Why c# is called type safe language?
Is c# queue thread safe?
What is mean by c#?
How can I get around scope problems in a try/catch?
Is functional interface runnable?
What is the difference between ienumerable and iqueryable?
what happens if you inherit multiple interfaces and they have conflicting method names?
What are the access modifiers in c#?
What can we do to handle multiple exceptions?
Explain what is the smallest unit of execution in .net?
Is array a list?