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 to store decimal data in .net?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
difference between checkbox vs radiobutton??
Explain the difference between value and reference types?
What is the use of system.diagnostics.process class?
Described strong typing and weak typing?
What is jagged array in vb.net?
Name the two main parts of .net?
Observations between vb.net and vc#.net?
What is strong typing and weak typing?
Define manifest?
What is the difference between value and reference types?
What are option strict and option explicit?
what is commom language runtime?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?