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 use of functional interface?
What is the difference between a constant and a static readonly field?
What is hashset c#?
Why is .net so popular?
what are the contents of an assembly ?
Describe the parts of assembly.
What is a dictionary in c#?
How do you prevent a class from being inherited?
What is c# best for?
How does bitwise work?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Why do we need collections in c#?
Why dictionary is faster than list?
What are properties in C#?
Explain how can you clean up objects holding resources from within the code?