How is method overriding different from method overloading
Answer Posted / 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 |
Post New Answer View All Answers
Describe the .net framework architecture.
How can I tell what .net framework is installed?
what is model first approach?
How we can call a javascript function on the change of a dropdown list in mvc?
What is page life cycle?
Can you use Razor code in Javascript in ASP.Net MVC?
What is difference between viewbag and viewdata and tempdata?
Can we have enum in entity framework?
What is the mvc pattern (model view controller pattern)?
What is objectcontext? : Entity framework
What is .net core framework?
What is the difference between model and entity?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is the use of action filters in an mvc application?
What is Dependency Injection in ASP.Net MVC