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 is the domain object?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What are ajax helpers in asp.net mvc?
What is the CTS
Difference between ASP.NET MVC and ASP.NET WebForms?
js fn to go to the particular page when enter is clicked
What is web api‘s in asp.net mvc 4 ?
How Garbage Collector identifies the objects which are not in use?
6 Answers EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,
How the color of selected menu item will be changed in asp.net menu item?
What is the use of the default route?
What are Action Filters in ASP.NET MVC and its use?
How do I define my own code group