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 does the keyword “virtual†declare for a method or property?
Explain the difference between pass by value and pass by reference.
What is an object pool in .net?
Why we use get and set property in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
How do I do implement a trace?
What is the use of tuple in c#?
What is use of hashtable in c#?
What is Wrapper class in dot net?
What is reference c#?
How to override a function in c#?
How do we achieve encapsulation in c#?
why delegate is type safe?
What is the difference between console application and windows application?
Does unity require coding?