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
To catch any possible exception What is the C# syntax written ?
What is sealed class in c#?
What is form feed in c#?
How long will it take to learn c#?
What does question mark mean in c#?
What is overloading in c#?
Explain briefly the difference between value type and reference type?
What are variables in c#?
What is console write in c#?
Why do we use generics in c#?
How do I declare inout arguments in c#?
What is connection pooling in ado.net?
Why abstraction is used in c#?
What is thread.sleep()?
Is and as keyword in c# net?