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 the base class from which all value types are derived?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Is hashset ordered c#?
What is hashtable c#?
What can you do as a .net developer?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is private void in c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
What is default parameter in c#?
How do you implement thread synchronization in c#?
Why do we need ienumerable in c#?
Why we use get set in c#?
What is Named parameter in C#?
What is a partial class in c#?
Explain the use of Mutex in C#?