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
what are the different types of qualifier in java?
write a C++ program for booking using constructor and destructor.
What are the advantages of polymorphism?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Is react oop?
What is destructor oops?
Can we have inheritance without polymorphism?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What are oops functions?
What are constructors in oop?
What is encapsulation in simple terms?
What is abstraction with example?
Are polymorphisms mutations?
class type to basic type conversion
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.