What is the difference between function overloading and operator overloading?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How do you establish a has-a relationship?

0 Answers  


If a header file is included twice by mistake in the program, will it give any error?

0 Answers  


Can we change the basic meaning of an operator in c++?

0 Answers  


How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


Why is the function main() special?

0 Answers  






What is the full form of stl in c++?

0 Answers  


What is late binding c++?

0 Answers  


What's the best free c++ profiler for windows?

0 Answers  


What are the stages in the development cycle?

0 Answers  


What is abstraction in c++?

0 Answers  


What is prototype in c++ with example?

0 Answers  


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


Categories