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
Explain the advantage of packaging over xcopy in .net?
what do you mean by table-per-hierarchy?
What are html helpers in asp.net mvc?
what is datacontrols?
How to return the JSON from action method in ASP.Net MVC?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
How can I tell what .net framework is installed?
What are the main components of .net framework?
What are the components required to create a route in mvc?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is .net framework in simple terms?
mention in what all scenarios entity framework can be applicable?
What is razor code?
How to make sure Client Validation is enabled in ASP.Net MVC
In razor syntax, what is the escape sequence character for @ symbol?