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
Can you please explain the difference between int and int32?
What is the size of .net object?
Compare c# and visual basic.net?
What are the objects in asp.net?
What is a static variable?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Explain how can we remove handlers at run time?
Explain the difference between dispose and finalize()?
What are the features present in vb 2005?
what is common type system?
What is early binding?
What is public assembly?
Which namespace are used for accessing the data?
Explain about visual basic.net?
How do you use two datareaders at the same time in a vb.net windows application ?