Happy new year everyone
protocol Birthday { var date: Date { get set } } class Person: Birthday { var date: Date var fullName: String // ...