I believe they're talking about Implementation of an Interface.
An Interface is just a blank class with a bunch of dummy functions that is to be replicated by the Class who will be implementing it. It's supposed to be a "contract" that the class implementing will promise to use those same...