Answer Posted / dinesh
OVERLOADING:Two methods are having same name and different arguments in same class
OVERRIDING: Two methods are having same name and same arguments also same return types in its class and sub class (from 1.5 on words co-varient return types also allowed this is applicable for only for object types not primitives)i.e some relation either parent to child or child to parent
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism and types?
What is object-oriented programming? Webopedia definition
What is property in oops?
What is inheritance write a program to show use of inheritance?
What is difference between abstraction and encapsulation?
write a C++ program for booking using constructor and destructor.
What is super in oop?
What is the full form of oops?
What is class and object in oops?
Why it is called runtime polymorphism?
What is the diamond problem in inheritance?
what's the basic's in dot net
What is the renewal class?
How to use CMutex, CSemaphore in VC++ MFC
Give two or more real cenario of virtual function and vertual object