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 fcl in c#?
How do I create a multilanguage?
What are indexers in c# .net?
How objects are stored in memory?
What does executescalar return in c#?
Can you inherit multiple classes in c#?
How can I access the registry from c# code?
What is “using” statement in c#?
What is the class in c#?
What is the namespace for datatable in c#?
What is an escape sequence? Name some string escape sequences in c#.
can you create a function in c# which can accept varying number of arguments
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Explain the types of assemblies in .net?
How can I make sure my c# classes will interoperate with other .net languages?