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
What is viewstart page in mvc?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Why should we go for entity framework?
Explain the use of Inversion of control (IOC)?
How does work clr?
What is edm in entity framework?
What are Action Filters in ASP.NET MVC and its use?
Explain linq to entities? : Entity framework
What is entity framework? : Entity framework
What are child actions in ASP.Net MVC?
How does servicing work for the .net framework 3.0?
Explain the advantages of dependency injection (di) in asp.net mvc?
What is NonActionAttribute ?
How we can invoke child actions in ASP.Net MVC?
Explain the .net framework.