This document defines a personType class with methods to set and get a first and last name, and print the full name. The personType class constructor takes in first and last name strings and calls the set methods. Includes headers for I/O, strings, and an external header file personType.h.
This document defines a personType class with methods to set and get a first and last name, and print the full name. The personType class constructor takes in first and last name strings and calls the set methods. Includes headers for I/O, strings, and an external header file personType.h.