What is the Difference between Overriding and overloading?
Answer Posted / neeraj sahu
Overloading : It is a feature of OOPs , by that we can
achieve run time polymorphism. To declare it we need the
same method name but different argument or different types
of argument.
Overriding : It is a feature of OOPs, By that we can achieve
compile time polymorphism.To declare it we need the same
method name and same types and same number of argument but
in different class.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Tell us how many languages are supported by .net?
Explain public assembly?
Is vb.net a programming language?
What is the class that allows an element to be accessed using unique key?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain namespace?
Explain the difference between vb 6 and vb.net?
What is the size of .net object?
what is difference between web.config and machine.config and where it will be ?
What is the purpose of an Assembly?
what is intermediate language?
Explain the difference between value and reference types?
Explain the difference between namespace and assembly?
What is public assembly?