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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
how dot net compiled code will become platform independent?
What does the keyword “virtual†declare for a method or property?
What is managed or unmanaged code?
What is xml comments in c#?
Can structs in c# have destructors?
How long does it take to learn c# programming?
Explain the Usage of web.config
What is the difference between dynamic type variables and object type variables in c#?
Describe how a .net application is compiled and executed
What are the different types of literals in c#?
What are boxing and unboxing?
What is private constructor c#?
What is regex replace in c#?
What is a int in c#?
What is the default value of object in c#?