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
Tell me which namespace are used for accessing the data?
Define serialization in .net?
described weak typing?
Explain about globalization?
how to get dynamic control array position or its index position?
Define clr?
Which control is an example of an object in vb net?
How to create a constant in vb.net?
Explain the difference between c# and vb.net?
What is tracing?
What is the source code for display the picture in button click event?
Can you please explain the difference between system.string and system.stringbuilder classes?
How would you implement inheritance using vb.net?
Write the role of new keyword?
What are the different types of Lock available in Visual Basic?