What is the Difference between Overriding and overloading?
Answer Posted / sonia
OVERLOADING is the process of declaring the methods having
the same name but diff signatures. Signature means diff
types & number of arguments.
OVERRIDING is the process of overwriting the methods of
base class in Derived Class.
| Is This Answer Correct ? | 108 Yes | 8 No |
Post New Answer View All Answers
Explain the use of new keyword?
described weak typing?
Define serialization in .net?
Why is the xml infoset specification different from the xml dom?
Explain how to achieve polymorphism in vb.net?
Explain manifest?
How can we store decimal data in .net?
What is difference between import system.data.sqlclient,system.data.oledb?
Which namespace are used for accessing the data?
What is the feature anonymous type?
What is the use of errorprovider control?
Name the two main parts of .net?
Which class allows an element to be accessed using unique key?
Described strong typing
What is portable executable?