By now, "Captain Code" has built quite a few apps.
Create an App class with a private name property. Create a constructor that sets name and a getter that retrieves it.
Great work! Did you create a few instances of App in the main() function as well?