What is the Difference between Overriding and overloading?
Answer Posted / venkatreddy
overriding:method name and signature are must be same.
overloading: functionality that enables you to define tow or more methods with the same name but with different signatures within the class the methods that share the same name ,but have different signature are called overloaded methods.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How vb implements the disconnected architecture as like vb.net?
what is diffrence constructor and destructor in vb
What’s the difference between private and shared assembly?
What is non_deterministic finalization?
Define naming convention?
What is option strict?
What is sealed class?
What is late binding and early binding?
What is strong name in .net assembly?
Explain jit?
What is the purpose of an Assembly?
Explain an assembly?
What is the ruby interface generator?
Explain an assembly and its use?
What is the advantages of VB.NET?