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
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is orm entity framework?
What is the mvc pattern (model view controller pattern)?
Explain the methods used to render the views in mvc?
How route table is created in ASP.NET MVC?
Does Tempdata hold the data for other request in ASP.Net MVC?
What are action filters?
What is tempdata?
What are the main components of .net framework?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
how do you mark a property as required? For example, for a project, the name is a required field.
How does the 'page lifecycle' of asp.net mvc works?
Describe the roles of clr in .net framework.?
What is separation of concerns in asp.net mvc?