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
How can I get the ascii code for a character in c#?
What is connection pooling in ado.net?
What is a value type in c#?
What is difference between write and writeline?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is a strong name in c#?
What are the applications of c#?
Explain About Postback
What is difference between assembly and namespace?
Can class inherit from struct c#?
What are delegates in C#?
What is application c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What do you mean by synchronous and asynchronous operations?
What do u mean by thread safe?