💡 Words with a Similar Meaning to "Nullary constructor"
Found via reverse dictionary — words that share a conceptual meaning.
| Word | Definition |
|---|---|
| null object pattern | In object-oriented computer programming, a null object is an object with no referenced value or with defined neutral (null) behavior. |
| default constructor | In computer programming languages, the term default constructor can refer to a constructor that is automatically generated by the compiler in the absence of any programmer-defined constructors (e.g. in Java), and is usually a nullary constructor. |
| null pointernoun | (computing) A pointer that does not point to any data object. |
| default argument | In computer programming, a default argument is an argument to a function that a programmer is not required to specify. |
| in-place algorithm | In computer science, an in-place algorithm is an algorithm that operates directly on the input data structure without requiring extra space proportional to the input size. |
| nullable type | Nullable types are a feature of some programming languages which allow a value to be set to the special value NULL instead of the usual possible values of the data type. |
| nullnoun | A non-existent or empty value or set of values. |
| tacit programmingnoun | (programming) A programming paradigm in which function definitions do not identify the arguments (or "points") on which they operate. Instead, the definitions merely compose other functions, among which are combinators that manipulate the arguments. |
| anonymous functionnoun | (programming) Synonym of lambda function. |
| purely functional data structure | In computer science, a purely functional data structure is a data structure that can be directly implemented in a purely functional language. |
| opaque data type | In computer science, an opaque data type is a data type whose concrete data structure is not defined in an interface. |
| function prototype | In 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. |
| null-terminated string | In computer programming, a null-terminated string is a character string stored as an array containing the characters and terminated with a null character (a character with an internal value of zero, called "NUL" in this article, not same as the glyph zero). |
| external variable | In the C programming language, and its predecessor B, an external variable is a variable defined outside any function block. |
| delay slotnoun | (programming) A slot for an additional instruction that is executed out of sequence, before the instruction (typically a jump or branch) that immediately precedes it in code. |
| immutable object | In object-oriented and functional programming, an immutable object (unchangeable object) is an object whose state cannot be modified after it is created. |
| 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. |
| fully qualified name | In computer programming, a fully qualified name is an unambiguous name that specifies which object, function, or variable a call refers to without regard to the context of the call. |
| mirrornoun | A smooth surface, usually made of glass with reflective material painted on the underside, that reflects light so as to give an image of what is in front of it. |
| type classnoun | (programming) A type system construct that supports ad hoc polymorphism (independent of the type hierarchy), first pioneered in Haskell. |
Translate “Nullary constructor” into Another Language
Pick a language — the word will be pre-filled in the translator.