Interface

From KevinWiki

Revision as of 08:54, 8 October 2008 by Kevin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Interface

An interface is a collection of operations which are used to specify a contract that a class must carry out. So a class which realises an interface must implement all the operations in the interface.

Personal tools