What is the Difference between Overriding and overloading?
Answer Posted / mercy s
Method Overloading: It is the compile time polymorphism.
It has same method name but different parameters with in the
class
Method Overriding: It is the run time polymorphism. It has
same method name and same parameters but with in the name
space.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sorting in vb?
Which dll is used for microsoft .net run time?
Explain cls?
How a base class method is hidden?
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.
What is the size of .net object?
Explain how to send xml file on server using http protocol?
Explain how does the xmlserializer work?
Explain how to store decimal data in .net?
What is private assembly?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
How can we store decimal data in .net?
What is the difference between vb 6 and vb.net?
Observations between vb.net and vc#.net?
What is an assembly and its use?