In this lab we are going to be working on a class.
For this class, we're going to use what's called an Application Programmer Interface or API. The API details what the class is to do. You read description for each method and make sure that you know what the class is to do. Lab 12 API describes the classes.
The API will describe the methods and classes you need to write. For this lab, there will only be 1 class.
The only requirement is that your header file is Address.h
and you follow the API for the name of the class and methods.
To help with testing, this main file should help.