Visibility and Accessibility Modifiers

Exercise: Use the virtual modifier

Goal

Modify the example classes

  1. Add a virtual method called 'GetName' to the Person method that return the string 'John Smith'
  2. Overide the method in Lord to return 'Sir John Smith';
Page 15 of 18