Question: in C++ please personType -firstName: string -lastName: string +print(): void +setName(string, string): void +getFirstName() const: string +getLastName() const: string +person Type (string = , string
in C++ please

personType -firstName: string -lastName: string +print(): void +setName(string, string): void +getFirstName() const: string +getLastName() const: string +person Type (string = "", string = "") The above UML class diagram represents a class that is used to store the first name and last name of a person. Implement this class in C++. Test it, by writing a main function that exercises all the public members of this class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
