Question: 1. Create a class called myPoint with x and y fields 2. Overload the > operator for the class to read a point in the

 1. Create a class called myPoint with x and y fields

1. Create a class called myPoint with x and y fields 2. Overload the > operator for the class to read a point in the format (x,y) a. E.g., (4.35, 6.87) should read 4.35 in the field x and 6.87 in the field y Create a class called myLine with two fields of type myPoint. Create a member function in myLine called getLength that computes the length of the line as follows: 3. 4. v/(X1-X2)2 + i-y2)2 if the end points are (x1 ,y1) and (x2-y2). 5 Overload >,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!