Question: Q1:- write a template class Point with one class parameter representing the two coordinates of the Point. Include public methods to display and set the
Q1:- write a template class Point with one class parameter representing the two coordinates of the Point. Include public methods to display and set the data values as well as a function that swaps the values. Also write a main function that creates a Point object and calls the public methods.
Q2:- consider the following list of classes: Car, SteeringWheel, Vehicle, Van, Minivan, AudioSystem, and ParkingLot. Your task is to describe all of the (is-a) and (has-a) relationships between these classes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
