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 observations between vb.net and vc#.net?
Explain how the .net framework performs automatic memory management.
How many classes a dll can contain?
Explain the differences between vb.net and c#, related to oops concepts?
What do you understand by vb.net?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain how to achieve polymorphism in vb.net?
Explain the components of common language runtime.
Which is the tool which can convert visual basic old version to .net compatibility version?
What is strong name in .net assembly?
Can you please explain the difference between c# and vb.net?
What are the shadow variables?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Explain cts?
What are the difference between structure and class?