Here is what the NAME HEADER file (Name.h) will have:
1. a default constructor
2. 3 private string instance variables for : FIRST NAME, MIDDLE NAME, and LAST NAME
3. getFirstLast Function: it returns the first and middle name and last name in order.
4. print function: it prints the first, middle, and last name.