any one please tell me the purpose of operator overloading


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

Post New Answer

More OOPS Interview Questions

what is difference between c++ language and java language

5 Answers  


What is a class and object?

0 Answers  


Difference between realloc() and free?

9 Answers   HP,


Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)

4 Answers  


write a C++ program for booking using constructor and destructor.

0 Answers   HAL,






Plese get me a perfect C++ program for railway/airway reservation with all details.

0 Answers   ITM,


why to use template classes in c++?

1 Answers  


What are the four main oops concepts?

1 Answers  


What is inheritance in simple words?

0 Answers  


What is encapsulation and abstraction? How are they implemented in C++?

0 Answers   Agilent, ZS Associates,


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


Why do we use oop?

0 Answers  


Categories