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...


C++ programming language



In class & constructors<br>Problem 01: Write<br>definition of a<br>class named TwoDPoint that<br>might be used to store and manipulate the location of a point in<br>the plane. You will need to declare and implement the following<br>member functions:<br>1. A member function set, which sets the private data after an<br>object of this class is created.<br>2. A<br>the point<br>and horizontal directions specified by<br>member<br>function<br>move,<br>to<br>move<br>by an<br>amount<br>along the vertical<br>the first and second arguments.<br>3. A member function rotate, to rotate the point by 90 degrees<br>clockwise around the origin.<br>YA<br>OM(4,k)<br>90<br>4. Two<br>const<br>inspector<br>functions<br>to<br>retrieve<br>the<br>current<br>coordinates of the point.<br>Embed your<br>several points<br>Document<br>these<br>functions with appropriate comments.<br>in a<br>test program that requests data for<br>the points,<br>class<br>from<br>the<br>user,<br>creates<br>then<br>exercises<br>the member<br>functions.<br>

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.

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here