using System; class Teacher : Empoloyee { public void Teach() => Console.WriteLine("I'am teaching"); }