Interface

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Matthew Harward (Talk | contribs)
(New page: In general computer science terms, an interface is form of abstraction that is a specific construct designed to give external access to a program. This term gains a more specific meaning i...)
Newer edit →

Revision as of 12:47, 10 September 2009

In general computer science terms, an interface is form of abstraction that is a specific construct designed to give external access to a program. This term gains a more specific meaning in OO programming.

An interface is a way of separating the abstract declaration of a concept from its implementation. This is conceptually similar to an Abstract class.


Personal tools