Explain 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

write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


What are the effects after calling the delete this operator ?

0 Answers  


What is a binary file? List the merits and demerits of the binary file usagein C++.

0 Answers  


When you overload member functions, in what ways must they differ?

0 Answers  


What's c++ used for?

0 Answers  


Can we generate a C++ source code from the binary file?

2 Answers  


Why iomanip is used in c++?

0 Answers  


How can we access protected and private members of a class?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


What is a rooted hierarchy?

0 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


Categories