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 are the advantages of properties in c#?
What are the steps to make an assembly to public?
What is use of list in c#?
Explain About Global.asax
What is visual c# net?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What's different between c# and c/c++?
What is the difference between list and dictionary in c#?
What is meant by collections in c#?
What is data bind in c#?
What is the use of delegate?
What is the difference between a constant and a static readonly field?
What are the different types of comments in c#?
Can abstract class have parameterized constructor?
Is string mutable in c#?