The usual way for one class to access methods or data in another class is by getting a reference to the class with the data and using that to call accessor methods to get/set the data.

In the...