What is operator overloading? Give Example
Answer Posted / karthika
usually operators dealing with basic data types,operator
overloading allows the users to give additional meaning to
most operators so that it can be used with user's own data
types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
is there any choice in opting subjects like 4 out of 7
What is for loop and its syntax?
What does I oop mean?
write string class as your own class in java without using any built-in function
Why multiple inheritance is not allowed?
What is polymorphism what are the different types of polymorphism?
Where is pseudocode used?
Give two or more real cenario of virtual function and vertual object
What is destructor example?
What are the 4 pillars of oop?
what are the different types of qualifier in java?
What is advantage of inheritance?
What is the difference between abstraction and polymorphism?
What is the full form of oops?
write a programe to calculate the simple intrest and compund intrest using by function overlading