The class Player.
Lecture 1 - slide 22 : 22
Program 3
abstract class Player { public abstract string Name{ get; } }