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
What are nested classes?
Explain internal keyword in .net framework?
Explain the differences between vb.net and c#, related to oops concepts?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What are the parts of the visual basic control?
What do you mean by serialization and deserialization and it's use.
What is the difference between c# and vb.net?
What are all the differences between dispose and finalize()?
What are the technology areas that microsoft.net contains?
What is the difference between import system.data.sqlclient and system.data.oledb?
Tell me how many .net languages can a single .net dll contain?
What are the differences between c# and visual basic.net?
Explain how to send xml file on server using http protocol?
difference between checkbox vs radiobutton??
Is vb.net a programming language?