Word Explorer

Default constructor

💡 Words with a Similar Meaning to "Default constructor"

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

WordDefinition
nullable typeNullable 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.
anonymous functionnoun(programming) Synonym of lambda function.
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.
null object patternIn object-oriented computer programming, a null object is an object with no referenced value or with defined neutral (null) behavior.
abstract data typenoun(programming) A data type defined only by data properties and operations to be performed on the data without any specification as to how the data will be represented or the operations performed.
function objectnoun(object-oriented programming) An object that encapsulates a function pointer (or equivalent).
factory method patternnoun(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.
safe navigation operatornoun(programming) A binary operator that returns its second argument, unless the first argument is null, in which case it returns null; used to simplify code that would otherwise need multiple explicit checks for nullity.
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.
abstract typenoun(software) a type in a nominative type system that cannot be instantiated.
static variableIn computer programming, a static variable is a variable that has been allocated "statically", meaning that its lifetime (or "extent") is the entire run of the program.
fully qualified nameIn 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.
predefined functionnoun(computing) Any of a set of subroutines that perform standard mathematical functions included in a programming language; either included in a program at compilation time, or called when a program is executed
null-terminated stringIn 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).
null-subject languagenounA pro-drop language that may frequently leave out subject pronouns that are implied by verbal conjugations, such as Persian, Hebrew, and many Slavic and Romance languages.
declarative programmingnoun(programming) a programming paradigm that expresses the logic of a computation instead of its control flow
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.
constant interface
class variablenoun(software, object-oriented programming) A member variable that is associated with a class of which a single copy exists.
compile-time function executionIn computing, compile-time function execution (or compile time function evaluation, or general constant expressions) is the ability of a compiler, that would normally compile a function to machine code and execute it at run time, to execute the function at compile time.

Translate “Default constructor” into Another Language

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

Home/Dictionary/Default constructor