How is method overriding different from method overloading
Answer / kirti
When overriding a method, you change the behavior of the method for the derived class. Overloading a method simply involves
having another method with the same name within the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the properties of Thread class?
Is dapper faster than entity framework?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What was the problem in traditional component why side by side execution is supported in .net ?
What is shadowing?
Difference between ASP.NET MVC and ASP.NET WebForms?
what are background threads? give ex?
What is routeconfig.cs in mvc 4?
What does 'managed' mean in the .NET context
What is Globalizationa and Localization
How to use multiple submit buttons in asp.net mvc?
What is domain class model?