Inheritance

Exercise: Define a method named Send on our Message class.

Goal

Extend the Message class to add a method named Send that writes the value of of the Content property to the console.

Page 8 of 18