Difference between over loading and over ridding?
Answer Posted / imlepakshi
over loading : diff functns hvng same name are invoked
during the program whnever required by the programmer.
over ridding : gvs modified defination 2 d functns
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why is abstraction used?
What is the purpose of polymorphism?
What is polymorphism in oops with example?
Write a program to reverse a string using recursive function?
What is abstraction in oops with example?
Why do we use oops?
What is protected in oop?
What is a function in oop?
What is polymorphism explain?
What is the example of polymorphism?
Is enum a class?
What do you mean by abstraction?
Is oop better than procedural?
What is pointer in oop?
write a program to find 2^n+1 ?