Visibility and Accessibility Modifiers

Exercise: Use the private modifier

Goal

Modify the example class Person

  1. Make the class private
  2. Add a private method to the example class that contains the method body "return Age.ToString()".
Page 5 of 18