Inheritance
Exercise: Create a derived class, named Email, that inherits from Message.
Goal
- Implement a derived class named Email that inherits from Message.
- 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