What is function overloading and operator overloading?
Answer Posted / jha
Both function overloading and operator overloading is same
thing we can reuse the thing. In operator overloading we
can reuse the operator and user can work through object;
In function overloading we can overloading the same method
in derived class.
| Is This Answer Correct ? | 28 Yes | 36 No |
Post New Answer View All Answers
What is the real life example of polymorphism?
Which method cannot be overridden?
What does it mean when someone says I oop?
What are the 3 pillars of oop?
What is the difference between procedural programming and oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is polymorphism and its types?
Why do while loop is used?
Why is polymorphism important in oop?
How do you answer polymorphism?
What is the difference between inheritance and polymorphism?
What is overloading in oop?
What is the main purpose of inheritance law?
Can private class be inherited?
What are the two different types of polymorphism?