How?s method overriding different from overloading?
Answer Posted / 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 |
Post New Answer View All Answers
What is yield c#?
What is c# used for in the industry?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
Is c# a backend language?
What is lazy loading and eager loading in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What is part of a method signature in c#?
Write a sample code to write the contents to text file in c#?
Can we override main method in c#?
what are pointer types in c#
Structs are not reference types. Can structs have constructors?
What is concrete method in c#?
Is static class thread safe in c#?
What is different between Implicit conversion and Explicit conversion in C#?
How to use exception handling in stored procedure?