Visibility and Accessibility Modifiers

Exercise: Use the abstract modifier

Goal

Modify the example classes

  1. Modify the Person class to make it abstract
  2. Implement the abstract method 'GetPostcode' in the 'Customer' class, returning a string.
Page 13 of 18