Word Explorer

Constant interface

💡 Words with a Similar Meaning to "Constant interface"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
class invariantnoun(object-oriented programming) An invariant used to constrain objects of a class that is preserved by class methods and that constrains the state stored in the object.
factory method patternnoun(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
classnoun(countable) A group, collection, category or set sharing characteristics or attributes.
primitive wrapper class in javaIn object-oriented programming, a wrapper class is a class that encapsulates types, so that those types can be used to create object instances and methods in another class that needs those types.
class variablenoun(software, object-oriented programming) A member variable that is associated with a class of which a single copy exists.
class-based programmingnoun(programming) A programming style, where inheritance is achieved by using classes of objects.
pattern languagenoun(architecture, design, software) A structured method of describing good design practices within a field of expertise.
function objectnoun(object-oriented programming) An object that encapsulates a function pointer (or equivalent).
mixinnoun(object-oriented programming) An uninstantiable class that provides functionality to be inherited by a subclass.
inner classnoun(object-oriented programming) A class that is declared entirely within the body of another class.
decorator patternnoun(software, design) A structural (and partitioning) design pattern that allows behaviour to be added to an existing object dynamically.
naming conventionnounA collection of rules followed by a set of names which allow users to deduce useful information, based on the names' character sequence and knowledge of the rules followed; such as Manhattan's East-West streets being called "Streets" and its North-South streets being called "Avenues".
functional programmingnoun(programming) Programming in a style that, in lieu of assignment, uses procedure calls to bind variables to values, so that referential transparency is preserved.
generic programmingnoun(programming) A style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters.
member variablenoun(software, object-oriented programming) A variable that is associated with each instance of a class and can be accessed from all its methods.
abstract typenoun(software) a type in a nominative type system that cannot be instantiated.
class functionIn mathematics, especially in the fields of group theory and representation theory of groups, a class function is a function on a group G that is constant on the conjugacy classes of G.
command patternnoun(computing) A behavioural design pattern, in which an object is used to represent and encapsulate all the information needed to call a method at a later time.
function prototypeIn computer programming, a function prototype is a declaration of a function that specifies the function's name and type signature (arity, data types of parameters, and return type), but omits the function body.
encapsulationnoun(programming, object-oriented programming) Grouping together an object’s ‘state’ (its data) and the operations that may alter or interrogate it (its methods).

Translate “Constant interface” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Constant interface