How?s method overriding different from overloading?
Answer Posted / nitin kumar tomar
Overriding : different methods with the same name but
different Implimentation
Overloading : Several Methods with different signature but
the same name
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a sealed class?
Tell me the difference between call by value and call by reference.
What are the uses of namespaces?
What is the difference between read and readline in c#?
Explain how do I get deterministic finalization in c#?
What is void in c#?
What is the correct way of declaring an xml namespace?
What are the collection types can be used in c#?
Illustrate namespaces in c#?
What floating point types is supported in C#?
What is data type in c# with example?
Can enum be null c#?
Difference between value and reference type.
What is thread pooling?
Why do we use constructors in c#?