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
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is property in oops?
what type of questions
What is object in oop?
What does enum stand for?
write a program to find 2^n+1 ?
What is the significance of classes in oop?
What is stream in oop?
What is difference between inheritance and polymorphism?
Why is encapsulation used?
What is overriding in oops?
What does I oop mean?
Why do we use polymorphism?
What are the benefits of interface?
What is interface? When and where is it used?