Head First C# Code: Chapter 7, Interfaces and Abstract Classes

Chapter 7 Opening Image

Actions speak louder than words.

Head First C#

Sometimes you need to group your objects together based on the things they can do rather than the classes they inherit from. That's where interfaces come in—they let you work with any class that can do the job. But with great power comes great responsibility, and any class that implements an interface must promise to fulfill all of its obligations... or the compiler will break their kneecaps, see?

Download the Code

View the Code

Explore the House: Fingers the Clown: Hide and Seek: TallGuy: