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
Explain the use of serialization and deserialization?
Explain about visual basic.net?
Compare c# and visual basic.net?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is an application domain? how they get created?
Explain about the ruby interface generator?
Explain about the feature anonymous type?
List the types of authentication?
What does assert() method do In VB.NET
difference between control and component more than one differences
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What is meant by jagged arrays?
What are option strict and option explicit?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
What is the purpose of objects present in asp.net?