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
What is the point of polymorphism?
What causes polymorphism?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is class and object in oops?
What is overloading in oops?
What is super in oop?
What is inheritance and how many types of inheritance?
What is object and class in oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Can private class be inherited?
any one please tell me the purpose of operator overloading
What is the difference between static polymorphism and dynamic polymorphism?
What is oops?what is its use in software engineering?
What is oops concept with example?
What is variable example?