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
How many kinds of elements an array can have?
Can constructor be protected in c#?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Is javascript harder than c#?
What does dbml mean in texting?
What are c# i/o classes? What are the commonly used i/o classes?
Constructor to an arbitrary base constructor?
What is the difference between constant and readonly in c#?
Does c# do array bounds checking?
What does out mean in c#?
what is the meaning of Object lifetime in OOPS
List down the different ide’s provided by microsoft for c# development.
From which base class do all Web Forms inherit from?
What is private static in c#?
Contrast System.String and System.Text.StringBuilder classes?