What is the Difference between Overriding and overloading?
Answer Posted / lakshmi prabha
OverLoading : All the method will share the same name but
it differes based on the parameter, type of parameter and
number of parameter
Overriding : The method in the derived class the has the
same name in the base class and it changes the behaviour or
functionality of the method in the base class.
| Is This Answer Correct ? | 250 Yes | 24 No |
Post New Answer View All Answers
Explain the difference between dispose and finalize()?
What is the difference between static or dynamic assemblies?
Name some of the features of C# which are not present in VB.NET?
What is the use of system.diagnostics.process class?
Explain about the feature anonymous type?
What would you do to remove microsoft visual basic name space?
difference between control and component more than one differences
What are the shared variables?
What is visual basic.net culture?
What are the advantages of an assembly?
Define serialization in .net?
Can you please explain the difference between thread and process?
What is datatype conversion?
Compare c# and visual basic.net?
What is stack used for in vb. Net?