What is operator overloading? Give Example
Answer Posted / mohd nadeem
operator overloading provides special meaning to predefined operators with respect to user defined data types like class, struct, enum.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is static modifier?
Give two or more real cenario of virtual function and vertual object
Is enum a class?
What is the diamond problem in inheritance?
What is encapsulation in oops?
What is abstraction in oop?
What is stream in oop?
What is inheritance write a program to show use of inheritance?
Where You Can Use Interface in your Project
What is the purpose of enum?
Prepare me a program for the animation of train
What is byval and byref? What are differences between them?
What is polymorphism explain?
Can a destructor be called directly?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?