What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Interface vs Superclass - What's the difference?

interface | superclass |

As nouns the difference between interface and superclass

is that interface is the point of interconnection between entities while superclass is a taxon ranking below a phylum and above a class.

As verbs the difference between interface and superclass

is that interface is to construct an interface for, to connect through an interface while superclass is to create a superclass of.

interface

Noun

(en noun)
  • The point of interconnection between entities.
  • Public relations firms often serve as the interface between a company and the press.
  • (chemistry, physics) A thin layer or boundary between different substances or two phases of a single substance.
  • If water and oil are mixed together, they tend to separate, and at equilibrium they are in different strata with an oil-water interface in between.
    The surface of a lake is a water-air interface .
  • (computing) The point of interconnection between systems or subsystems.
  • The data is sent over the air interface to the remote system.
  • (computing) The connection between a user and a machine.
  • The options are selected via the user interface .
  • (computing, object-oriented) The connection between parts of software.
  • This interface is implemented by several Java classes.
  • (computing, object-oriented) In object-oriented programming, a piece of code defining a set of operations that other code must implement.
  • The Audio and Video classes both implement the IPlayable interface .

    Derived terms

    * abstract interface * generic interface * marker interface * network interface * user interface

    Verb

    (interfac)
  • to construct an interface for, to connect through an interface
  • to be an interface, to be into an interface
  • superclass

    English

    Noun

    (wikipedia superclass) (es)
  • (taxonomy) A taxon ranking below a phylum and above a class.
  • (computing, object-oriented programming) A high-level class that passes attributes and methods down the hierarchy to subclasses.
  • Antonyms

    * subclass

    Verb

  • (transitive, computing, object-oriented programming) To create a superclass of.
  • * 2001 , Stephen Teilhet, Subclassing and Hooking With Visual Basic (page 223)
  • Applications incorporating superclassing "clean up" by calling UnregisterClass on all superclassed classes.

    See also

    * (computing) abstract type * (computing) base class * (computing) interface