Difference between Operator overloading and Functional
overloading?
Answer Posted / archana
FUNCTION OVERLOADING IS THE CONCEPT TO USE SAME FUNCTION
NAME <OF OUR OWN CHOICES> WITH DIFFERNT ARGUMENTS.......
AND......
OPERATOR OVERLOADING IS TO USE THE EXITING OPERATORS TO
OVERLOAD EXCEPT THE FIVE OPERATORS...
| Is This Answer Correct ? | 42 Yes | 16 No |
Post New Answer View All Answers
Explain the isa and hasa class relationships. How would you implement each?
How does code-bloating occur in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is c++ manipulator?
What kind of jobs can I get with c++?
What is the difference between strcpy() and strncpy()?
What is the difference between multiple and multilevel inheritance in c++?
What are maps in c++?
What is #include iostream h in c++?
Why do we use vector in c++?
Where is atoi defined?
List the advantages of inheritance.
Is c++ proprietary?
What is a modifier in c++?
How java is different from c and c++?