How?s method overriding different from overloading?

Answers were Sorted based on User's Feedback



How?s method overriding different from overloading?..

Answer / venu gopal

When overriding, you change the method behavior for a
derived class. Overloading simply involves having a method
with the same name within the class.

Is This Answer Correct ?    4 Yes 0 No

How?s method overriding different from overloading?..

Answer / maria jerom

Method overloading means same method name but different
parameters. Method overriding means same method name and
parameters also same. In method overloading method will
differentiate with parameters name and in method overriding
method will differentiate with method signature

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Define satellite Assembly?

0 Answers   Siebel,


In which format you can pass the value in the sleep function?

0 Answers  


Is a dll an assembly?

0 Answers  


Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server

0 Answers  


What is enumerable in c#?

0 Answers  






what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

0 Answers   Satyam,


Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?

0 Answers  


List some of the classes used by system.data namespace?

0 Answers  


What is the default value of guid in c#?

0 Answers  


How many bytes is an int in c#?

0 Answers  


Can abstract class have constructor c#?

0 Answers  


What does console writeline do?

0 Answers  


Categories