Visibility and Accessibility Modifiers
Exercise: Use the abstract modifier
Goal
Modify the example classes
- Modify the Person class to make it abstract
- Implement the abstract method 'GetPostcode' in the 'Customer' class, returning a string.
Page 13 of 18