Inheritance

Exercise: Create a derived class, named Email, that inherits from Message.

Goal

  1. Implement a derived class named Email that inherits from Message.
  2. In the Main method of your program class, create a new instance of Email assigned to a variable named 'email' and call the Send method.
Page 9 of 18