How?s method overriding different from overloading?
Answers were Sorted based on User's Feedback
Answer / venu gopal
When overriding, you change the method behavior for a
derived class. Overloading simply involves having a method
with the same name within the class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / maria jerom
Method overloading means same method name but different
parameters. Method overriding means same method name and
parameters also same. In method overloading method will
differentiate with parameters name and in method overriding
method will differentiate with method signature
| Is This Answer Correct ? | 3 Yes | 1 No |
Is static class thread safe in c#?
What is iqueryable?
what is ment by Unboxing?
To allow an element to be accessed using a unique key which .NET collection class is used ?
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?
Can abstract class be sealed in c#?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is function and method in c#?
What is an assembly qualified name
What are extension methods and where can we use them?
When compiler adds a default constructor to a class?
why C#.net doesnot support prcedures and why it supports structs,functions
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)