Difference between over loading and over ridding?
Answers were Sorted based on User's Feedback
Answer / vasanth
Method Overloading is the method name looks similar but
return type and method arguement (inside parameter) differs.
Method Overiding is that the method name, arguements and
return type seems similar on both base and derived class.
(Sometimes we will add the additional code to the derived
class method also).
| Is This Answer Correct ? | 1 Yes | 3 No |
any one please tell me the purpose of operator overloading
What are the important components of cohesion?
explain defference between structure and class with example
Why is destructor used?
what is diff between .net 1.1 and .net 2.0
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
What are properties in oop?
Can we create object of interface?
Whatis the difference between oop and object based language
What are the types of abstraction?
Which language is not a true object oriented programming language?
Why do we use polymorphism in oops?