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
without modifying source code if we compile again, will it be generated MSIL again?
Why is ienumerable used?
What is the compiler of c#?
What is type checking in c#?
What is desktop application testing?
What is the advantage of extension method in c#?
Explain the term inheritance in C#.
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is c sharp language?
What is _viewstart cshtml?
What do you mean by string objects are immutable?
what is the difference between the debug class and trace class?
What is meant by collections in c#?
What are partial types in c#?
What is the difference between dataset and datatable in c#?