How?s method overriding different from overloading?
Answer Posted / chinju
overriding is used for redefining a method in diferent ways.
overloading depends on the method signature not prototype.
method signature
1.no: of parameters or type of parameters or sequance of
parameter
not the return type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is short in c#?
Why do we need constructors?
What are the Types of configuration files and their differences
What can we do to handle multiple exceptions?
Why is .net so popular?
Why delegates are required?
update data in an xml file which resides in solution itself, using silverlight 4.0
Can partial class be inherited?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is using keyword in C#?
What do you understand by 'access specifiers' in C#?
Why data types are important in c#?
What are constructors in c#?
What is data binding c#?
Can properties be static in c#?