Question: C++ question 1. Create a Point class, initialize the coordinates with constructors, set the values of the coordinates and print them. Use a pointer object
C++ question
1. Create a Point class, initialize the coordinates with constructors, set
the values of the coordinates and print them. Use a pointer object of
Point, dynamically allocate memory and call the functions
2. Now create 10 such pointer objects and using pointer arithmetic
print all the values in the main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
