Design a class named MyPoint to represent a point with xand y-coordinates. The class contains: a. Two data fields x and y that represent the coordinates. b. A no-arg constructor that creates a point (0, 0). c. A constructor that constructs a point with specified coordinates. d. Two get functions for data fields x and y, respectively. e. A function named distance that returns the distance from this point to another point of the MyPoint type. Draw the UML diagram for the class. Implement the class. Write a test program that creates two points (0, 0) and (10, 30.5) and displays the distance between them. }

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter11: Introduction To Classes
Section11.4: A Case Study: Constructing A Date Class
Problem 4E
icon
Related questions
Question

in c++

Design a class named MyPoint to represent a point with xand y-coordinates. The class
contains:
a. Two data fields x and y that represent the coordinates.
b. A no-arg constructor that creates a point (0, 0).
c. A constructor that constructs a point with specified coordinates.
d. Two get functions for data fields x and y, respectively.
e. A function named distance that returns the distance from this point to another point of the
MyPoint type.
Draw the UML diagram for the class. Implement the class. Write a test program
that creates two points (0, 0) and (10, 30.5) and displays the distance between
them.
}
Transcribed Image Text:Design a class named MyPoint to represent a point with xand y-coordinates. The class contains: a. Two data fields x and y that represent the coordinates. b. A no-arg constructor that creates a point (0, 0). c. A constructor that constructs a point with specified coordinates. d. Two get functions for data fields x and y, respectively. e. A function named distance that returns the distance from this point to another point of the MyPoint type. Draw the UML diagram for the class. Implement the class. Write a test program that creates two points (0, 0) and (10, 30.5) and displays the distance between them. }
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage