Interface

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(New page: Category: Unified Modeling Language == 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 realis...)

Latest revision as of 08:54, 8 October 2008

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.