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 the difference between web.config and machine.config and where it will be ?
When do you use virutal keyword?
List the two main parts of .net?
What is branching logic control in VB.NET?
how to deploy vb.net with key and evaluation time? any one can help me?
What is the use of system.diagnostics.process class?
How do you call a stored procedure in Visual Basic?
difference between checkbox vs radiobutton??
What are the features present in vb 2005?
What is private assembly?
What is global assembly cache (gac)?
What is the difference between static or dynamic assemblies?
What is misl code?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Can you please explain the difference between int and int32?