Question: Write C++ class named person that has: A private member field for the persons first name; a private member field for the persons last name;
Write C++ class named person that has: A private member field for the persons first name; a private member field for the persons last name; A private member field for the persons age; and a public constructor. The class should have a public method to print the data member values. Also the class should have a default constructor and an argument constructor.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
