How can you overload a method?
Answers were Sorted based on User's Feedback
Answer / rahul
Different parameter data types, different number of
parameters, different order of parameters.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nitin kumar
By using Different parameter Data type, Different Order of
parameters and different no of parameters
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chandana
Method overloading are of two types: Compile-Time and Run
Time.
The compile time overloading is achieved by providing
different method signatures. Whereas, the runtime is
achieved by using the same method names for a hierarchy of
classes, (parent and child classes using the same method
signature); In this case, behavior of the method call is
decided at run time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vibhu
When you overload a method, you must change the signature
(the name, number, or type of the parameters). You are
free, as well, to change the return type, but this is
optional. Changing only the return type does not overload
the method, and creating two methods with the same
signature but differing return types generates a compile
error.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What is difference between ienumerable and list in c#?
What is args c#?
What are the different types of comments in c#?
What are the steps to make an assembly to public?
What method is used to sort the elements of the array in descending order?
Give examples for reference types?
What is lastindexof c#?
Is exe is machine dependent?
What do you mean by expression tree?
What are logical operators in c#?
Why do we use generics in c#?
Will the following code compile?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)