How is method overriding different from method overloading



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

Post New Answer

More Dot Net Framework Interview Questions

Is it possible to share a view across multiple controllers?

0 Answers  


What are the mobile devices supported by .net platform

1 Answers  


Explain what is asp.net mvc?

0 Answers  


What is Separation of Concerns in ASP.NET ASP.Net MVC?

0 Answers  


explain what is ado.net entity framework?

0 Answers   Microsoft,






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?

0 Answers  


List out few different return types of a controller action method?

0 Answers  


What is viewbag title?

0 Answers  


What is tracing?Where it used.Explain few methods available

1 Answers  


Can you handle all button click events at once in a form? Give coding.

1 Answers   Kanbay,


What is conceptual model? : Entity framework

0 Answers  


Possible ways to prevent xss attacks on mvc application?

0 Answers  


Categories