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

Will finally block get executed if the 1exception had not occurred?

3 Answers  


Difference between Value type & reference types ? and give the example in .Net?

0 Answers  


Why is .net so popular?

0 Answers  


How do you clear a list in c#?

0 Answers  


Explain the difference between boxing and unboxing.

0 Answers   Accenture,






Is null empty or whitespace c#?

0 Answers  


how can i display crystal report in button_click? am working with VS2005..........plz help me

1 Answers  


What is a HashCode?

1 Answers  


What is the Difference between imperative and interrogative code?

2 Answers   Wipro,


What is string interpolation in c#?

0 Answers  


What are the 2 broad classifications of data types available in c#?

0 Answers  


Can an abstract class inherit from another abstract class c#?

0 Answers  


Categories