Answer Posted / shadab
we can easily overload method in C#
this concept is called method overloading.
there are there ways to pass parameter in method
to perform overloading
1>number of parameter
2>Data types of parameter
3>sequence of parameter
for more details visit my blog
http://www.shadab-programminghelp.blogspot.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is generic and non generic collections in c#?
What can you do as a .net developer?
Why do we use threads in c#?
Is int a struct in c#?
Can I define my own exceptions?
In .NET how can you solve the DLL Hell problem?
What is the difference between Singleton design pattern and Factory design pattern?
Explain the process of inheriting a class into another class?
Can we use "this" command within a static method?
How do you use nullable?
Explain the steps to create satellite assembly?
How do I simulate optional parameters to com calls?
What is meant by enumerable in c#?
Explain the feature of c# language?
Is predicate a functional interface?