How?s method overriding different from overloading?
Answer Posted / venu gopal
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is lambda expression in c#?
Can abstract class instantiated c#?
What is a static in c#?
Explain how obfuscator works in .net
What is the difference between struct and class c#?
How to add controls dynamically to the form using c#.net.
Is as keyword in c#?
Can we customize the serialization process?
To allow an element to be accessed using a unique key which .NET collection class is used ?
Describe how a .net application is compiled and executed
What is the difference between Singleton design pattern and Factory design pattern?
What is form feed in c#?
What is jit? What are the different types of jit?
What is ispostback c#?
What is the difference between func and action delegate?