interface
n//ˈɪn(t)ɚˌfeɪs//gränssnitt, beröringspunkt
The point of interconnection or contact between entities.
(object-oriented programming) In some languages, a block of code declaring the interface (point of interconnection) between a class and code that interacts with it.
(computing) The point of interconnection between systems or subsystems.
(computing) The connection between a user and a machine.
(object-oriented) The connection between parts of software; also the public or published sections of an object or module.
(object-oriented) In object-oriented programming, a piece of code defining a set of operations that other code must implement.