What is operator overloading? Give Example
Answer Posted / ramkumar
when have two or more operator is called operator overloading.
E.g,. i++,a++b
| Is This Answer Correct ? | 10 Yes | 36 No |
Post New Answer View All Answers
What is solid in oops?
Why multiple inheritance is not possible?
What are oops methods?
write a program that takes input in digits and display the result in words from 1 to 1000
• What are the desirable attributes for memory managment?
Give two or more real cenario of virtual function and vertual object
What is abstract class in oop?
what is difference between class template and template class?
What is a function in oop?
#include
what are the ways in which a constructors can be called?
What does <> mean pseudocode?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is object-oriented programming? Webopedia definition
Can bst contain duplicates?