Difference between over loading and over ridding?
Answer Posted / sri
overloading means when u define more than one function with
same name but different arguments and return type.it is
compiletime allocation
overriding means when we define more than one function with
same name,same arguments.it mainly used in inheritance
concept.it is runtime allocation
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why multiple inheritance is not possible?
Why multiple inheritance is not allowed?
Whats oop mean?
What are the three parts of a simple empty class?
write a program that takes input in digits and display the result in words from 1 to 1000
how to get the oracle certification? send me the answer
What is polymorphism what is it for and how is it used?
Get me an image implementation program.
What is difference between inheritance and polymorphism?
What language is oop?
What are objects in oop?
What is polymorphism explain?
What are the components of marker interface?
What is polymorphism give a real life example?
What is multilevel inheritance?