Question: Question 6: A point class has the following definition class Point private: int x; int y: public: Point (int, int): A vector class has two

Question 6: A point class has the following definition class Point private: int x; int y: public: Point (int, int): A vector class has two points as start point(x,y) and end point(x.y). Write the header file and implementation file of the Vector class containing constructor, other functions, and also a function returning length of Vector determined from start point and end point coordinates. Write also the client code. (Marks 10)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
