[
Lists Home |
Date Index |
Thread Index
]
Mike Champion wrote:
> So, what's an "interface"? "a specification of implementation of
> something whose implementation is susceptible of specification" may
> be a joke and I'm humor-impaired, but it's not a particularly great
> definition. How about "a specification of a software operation
> as seen by a program that uses it, without reference to its internal
> implementation."
i guess you're talking about an "api" rather than an interface here.
interfaces in general also include user interfaces, and therefore the
definition of an interface should be more general.
cheers,
dret.
|