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
Does Tempdata hold the data for other request in ASP.Net MVC?
how can you tell ef to have a different table or column name than that defined for the class?
Explain the difference between viewbag and viewdata in mvc?
What is Differnce between html.action and ajax.action?
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 is client wins and store wins mode in entity framework concurrency?
What are ajax helpers in asp.net mvc?
What is basic authentication in web api?
What are the sub types of ActionResult?
Why to use Html.Partial in ASP.Net MVC?
Why to use html.partial in mvc?
Explain what languages does the .net framework support?
What are the 2 popular asp.net mvc view engines?
Explain bundle.config in mvc4?
Briefly describe the roles of clr in .net framework?