Difference between over loading and over ridding?
Answer Posted / 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 |
Post New Answer View All Answers
What is polymorphism programming?
What is a function in oop?
What are objects in oop?
Why multiple inheritance is not possible?
What does no cap mean?
write a program that takes input in digits and display the result in words from 1 to 1000
How can you overcome the diamond problem in inheritance?
What is pointer in oop?
What is abstraction encapsulation?
What is meant by multiple inheritance?
What does I oop mean?
hi all..i want to know oops concepts clearly can any1 explain??
State what is encapsulation and friend function?
any one please tell me the purpose of operator overloading
Why is it so that we can have virtual constructors but we cannot have virtual destructors?