What is the Difference between Overriding and overloading?
Answer Posted / omar
overriding: it just in inheritance and the overriding
method must hold the same name and the same signatures .
the change maybe just in behavior .
overloading : maybe in inheritance or in other way but must
to do overloading must the method hold the same name and
must change signatures.
remark:we can not only change th return type.
| Is This Answer Correct ? | 35 Yes | 16 No |
Post New Answer View All Answers
What does assert() method do In VB.NET
what is common language specification?
Name a feature which is common to all .net languages?
Described strong typing
Explain about the ruby interface generator?
Which classes a dll can contain?
What are the differences between server-side and client-side code?
Explain and brief about rapid application development tool?
Name and explain some of the exclusive features which are present in vb?
How would you implement inheritance using vb.net?
What is a literal control?
How to store images in sql server database through vb.net?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
Explain trace in vb.net?
What are all the parts of .net framework?