private void button1_Click(object sender, EventArgs e) { TallGuy tallGuy = new TallGuy() { Height = 74, Name = "Jimmy" }; tallGuy.TalkAboutYourself(); tallGuy.Honk(); }