How?s method overriding different from overloading?
Answer Posted / guest
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is object array in c#?
What is the xml document structure?
Explain what is the smallest unit of execution in .net?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is the differences between datagrid, datalist and repeater in .net?
Why do we use interface in c#?
What is regex c#?
What is the relation between classes and objects?
What is a multicast c# delegate?
What is the output of TextWriterTraceListener redirected?
What are annotations in c#?
What is a framework in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
What is data quality assurance?
What is the diff between System.String and System.Text.StringBuilder classes?