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
The int maps to which C# keyword in .NET type?
Explain streamreader/streamwriter class?
What is the difference between const and static read-only?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
How do I create a multilanguage, single-file assembly?
What is class and object c#?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is a generic in c#?
What is gac? What are the steps to create an assembly and add it to the gac?
Is stringbuilder faster than string concatenation c#?
What are the 4 pillars of any object oriented programming language?
Can a constructor have a return type?
Which framework is best for desktop application?
Can hashtable have duplicate keys in c#?
What is the difference between finalize() and dispose() methods?