Visibility and Accessibility Modifiers
Exercise: Use the virtual modifier
Goal
Modify the example classes
- Add a virtual method called 'GetName' to the Person method that return the string 'John Smith'
- Overide the method in Lord to return 'Sir John Smith';
Page 15 of 18