Feedback for subjective question
Question 1: Develop a class Vector having two data members; x and y.
The class should also provide the following Overloaded operator capabilities.
The class should also provide the following Overloaded operator capabilities.
- Overload the addition operator(+) to add two Vectors
- Overload the assignment operator(=) to assign Resultant Vector
- Write function Display() to display x, y coordinates
Current Answer:
Be the first to post an answer to earn 100CR.