create a class complex having real and imaginary part of a
complex no. as a data member. overload the binary
operators(+,- and *) to perform the operations on complex
no. objects. overload binary operator using friend function.
Answer Posted / fgf
i also want answer for this question
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Whats is abstraction in oops?
What is the significance of classes in oop?
How do you achieve polymorphism?
• What are the desirable attributes for memory managment?
What are the benefits of interface?
What is destructor oops?
What is the benefit of oop?
Give two or more real cenario of virtual function and vertual object
What is the difference between inheritance and polymorphism?
#include
When not to use object oriented programming?
What is overloading and its types?
What is a null tree?
What is polymorphism explain?
Can abstract class have normal methods?