C++ programming language
Extracted text: In class & constructors Problem 01: Write definition of a class named TwoDPoint that might be used to store and manipulate the location of a point in the plane. You will need to declare and implement the following member functions: 1. A member function set, which sets the private data after an object of this class is created. 2. A the point and horizontal directions specified by member function move, to move by an amount along the vertical the first and second arguments. 3. A member function rotate, to rotate the point by 90 degrees clockwise around the origin. YA OM(4,k) 90 4. Two const inspector functions to retrieve the current coordinates of the point. Embed your several points Document these functions with appropriate comments. in a test program that requests data for the points, class from the user, creates then exercises the member functions.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here