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
Why should you use delegate?
How do you define a read only property in a class module?
Can you please explain the difference between dispose and finalize()?
Explain how to send xml file on server using http protocol?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Explain public assembly?
How to create a constant in vb.net?
Explain enumerator?
What are the different types of a stream?
Tell me how many .net languages can a single .net dll contain?
What are the differences between server-side and client-side code?
Explain how can we remove handlers at run time?
Explain the differences between vb.net and c#, related to oops concepts?
What are the advantages of an assembly?
What is tracing?