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
What is Delegate and what is it used for ?
What is dependency injection in simple words?
What are constants in c#?
What is type safe in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
Distinguish between a class and struct?
Why delegates are required?
Name some properties of thread class.
Are arrays value types or reference types?
How to implement a singleton design pattern in c#?
What is class method c#?
How do namespaces work?
Explain about Oops concept
Can enum have methods c#?
What is a singleton unity?