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 is the top .net class that everything is derived from?
Explain about the performance of visual basic?
How would you implement inheritance using vb.net?
Tell me which namespace are used for accessing the data?
What is the difference between Namespace and Assembly?
What is an assembly and its use?
What is a preprocessor directive in vb.net?
described weak typing?
Explain some of the exclusive features which are present in vb?
What is the purpose of objects present in asp.net?
What is a static class?
How to achieve Polymorphism in VB.Net?
Explain how to achieve polymorphism in vb.net?
Tell us how many languages are supported by .net?
What is enumerator?