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

What is namespaces

1 Answers  


Define the core components of an ASP.NET MVC application?

0 Answers  


Explain dependency resolution?

0 Answers  


Explain ASP.NET MVC Identity and Security?

0 Answers  


Is it possible to cancel filter execution?

0 Answers  






Difference between .NET & J2EE

1 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


I am confusing about reflection.can any one tell about REFLECTION with example?

1 Answers   TCS,


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


About namespaces ?

3 Answers   MMTS,


Possible ways to prevent xss attacks on mvc application?

0 Answers  


Which is the root namespace for fundamental types in .net framework?

0 Answers  


Categories