Question: PLease ASAP... I will rate and like you. note: Language: C++ Question 3: Create a class point, this class must have 2 real numbers (x,

PLease ASAP... I will rate and like you.
note: Language: C++
Question 3: Create a class "point", this class must have 2 real numbers (x, y) as private attributes. The constructor must define the values of x and y via parameters. Create a class Vector that has 2 Points as attributes (A and B). The constructor must define the values of these 2 points and call an internal method that calculates the norm of the vector. Also, write the public method that returns the value of the norm when called from a main program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
