glossary:interface
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| glossary:interface [2021-09-02 13:05] – old revision restored (2021-05-11 16:40) 65.21.179.175 | glossary:interface [2021-10-20 20:14] (current) – +++ restored +++ christian | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| ==== Examples ==== | ==== Examples ==== | ||
| + | [[http:// | ||
| + | <code java> | ||
| + | public interface Collection< | ||
| + | { | ||
| + | boolean add(E e); | ||
| + | boolean addAll(Collection<? | ||
| + | void clear() | ||
| + | boolean contains(Object o) | ||
| + | ... | ||
| + | } | ||
| + | </ | ||
| ==== Alternative Definitions ==== | ==== Alternative Definitions ==== | ||
| /*i.e. slightly different definitions for basically the same thing*/ | /*i.e. slightly different definitions for basically the same thing*/ | ||
| Line 72: | Line 82: | ||
| * In [[Object Pascal]] a [[unit]], i.e. a pas-file, typically contains an interface and an implementation section. The interface section lists the declarations which are visible outside the unit. | * In [[Object Pascal]] a [[unit]], i.e. a pas-file, typically contains an interface and an implementation section. The interface section lists the declarations which are visible outside the unit. | ||
| + | |||
| + | ---- | ||
| + | ===== Discussion ===== | ||
| + | |||
| + | Discuss this wiki article and the term on the corresponding [[talk: | ||
| + | |||
glossary/interface.1630580759.txt.gz · Last modified: by 65.21.179.175
