Back to notes -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'  Slide program -- Keyboard shortcut: 't'    The class Player.Lecture 1 - slide 22 : 22
Program 3
abstract class Player {

  public abstract string Name{
    get;
  }

}