What is the Difference between Overriding and overloading?
Answer Posted / kishore reddy
Overloading------ Providing new implementation to a function with same name and different signatures is known as function overloading.
Overriding-------- Provide new implementation to a function with same name and same signatures is known as overriding
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain how can we remove handlers at run time?
What is DLL HELL in VB.NET
What are different types of jit ?
Tell me which namespace are used for accessing the data?
Explain cts?
List the different types of assembly?
Explain about the ruby interface generator?
What is an application domain? how they get created?
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.
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What languages does the .net framework support?
Described strong typing
List the two main parts of .net?
Can you please explain the difference between value and reference types?
What is static member?