What is operator overloading? Give Example
Answers were Sorted based on User's Feedback
Answer / ramkumar
when have two or more operator is called operator overloading.
E.g,. i++,a++b
| Is This Answer Correct ? | 10 Yes | 36 No |
What is destructor in oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
when my application exe is running nad i don't want to create another exe what should i do
can you explain how to use JavaBean in Project
What is friend function?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is sub classing in c++?
What is abstraction?
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
How do you make derived class as an abstract class?
What is coupling in oop?