How?s method overriding different from overloading?
Answer Posted / guest
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is view model in c#?
What is sqldatareader c#?
What is difference between constants and read-only?
What is value c#?
What is a console?
What is CASPOL?
Why do we use threads in c#?
What are the return types in c#?
What is array formula?
What are the extension methods in c#?
What are the three types of operators?
What is difference between ienumerable and enumerable in c#?
Can we inherit sealed class in c#?
Does c# support multilevel inheritance?
What are strings in c#?