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
How does aspect oriented programming work?
What is an assembly qualified name
What is c# used for?
Explain “static” keyword in c#?
How to Show Message box in Metro Style App?
Can abstract class instantiated c#?
Define mutex in C#?
how to print invert pyramid in c#
What are the desktop applications?
What Happens In Memory When You Box And Unbox A Value-type?
What is data bind in c#?
Explain how obfuscator works in .net
Is int a struct in c#?
Illustrate the process of code compilation in c#?
What are Types of assemblies that can be created in dotnet