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 |
Can you inherit from a static class in c#?
explain DIFFERENCE BETWEEN CLASS AND MODULE?
What is multithreading with .net?
Define parsing? Explain how to parse a datetime string?
What is datetime parse in c#?
Are multiple data types stored in System.Array?
List down the differences between public, static and void keywords?
Which function is the entry point for a DLL in MS Windows 3.1?
Can we customize the serialization process?
What is the difference between list and array in c#?
What is the difference between firstordefault and first?
What is an interface class in c#?
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)