How?s method overriding different from overloading?
Answer Posted / 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 |
Post New Answer View All Answers
Explain About remoting and web services. Difference between them
Do unused Namespaces in c# affect run-time performance?
What is difference between il and dll ?
What is the difference between ref & out parameters in c#?
Explain About delegates
What is an assembly loader?
what is .NET framework architecture ??
What are the types of methods in c#?
So what makes your code really object-oriented #?
What is difference between a function and a method?
Which is the best language for desktop application?
Can a method be sealed in c#?
Can int be null c#?
What is virtual in c#?
What are the types of serialization?