Word Explorer

Static class

💡 Words with a Similar Meaning to "Static class"

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

WordDefinition
anonymous classnoun(object-oriented programming) A class without a name, available only in the scope where it is defined.
local classnoun(object-oriented programming) A class that is declared in the body of a function, and can only be referred to in the rest of the function.
singletonnoun(playing cards) A playing card that is the only one of its suit in a hand, especially at bridge.
class variablenoun(software, object-oriented programming) A member variable that is associated with a class of which a single copy exists.
third-class objectnoun(programming, languages) An entity of which the value can neither be passed as a parameter, nor be returned from a function, nor assigned to a variable. (According to the usage by Raphael Finkel, the first-class object does not need to have run-time constructability.)
inner classnoun(object-oriented programming) A class that is declared entirely within the body of another class.
concrete classnoun(object-oriented programming) A class that can be instantiated and may have concrete methods.
singleton patternnoun(software, object-oriented programming) A creational design pattern that restricts the instantiation of a class to one object.
superclassnoun(computing, object-oriented programming) A high-level class that passes attributes and methods down the hierarchy to subclasses.
metaclassnoun(object-oriented programming) A class that serves as a template for other classes rather than objects.
constnoun(programming) A variable whose value cannot be changed directly.
derived classnoun(object-oriented programming) Synonym of subclass.
final methodnoun(object-oriented programming) A class method that cannot be extended, so it has to be inherited as it is.
member classnoun(object-oriented programming) An inner class declared outside a function (hence a "member") and not declared as static.
objectnounA thing that has physical existence but is not alive.
second-class objectnoun(programming, languages) An entity of which the value can be passed as a parameter, but that can neither be returned from a function, nor be assigned to a variable. (Used by Raphael Finkel, the first-class object does not need to have run-time constructability according to his definition.)
super classnoun(computing, object-oriented programming) Alternative form of superclass. [(computing, object-oriented programming) A high-level class that passes attributes and methods down the hierarchy to subclasses.]
factory classnoun(software, object-oriented programming) A class that creates an object having a non-trivial creation process, implementing the factory method pattern.
eigenclassnoun(object-oriented programming) A hidden class associated with each specific instance of another class.
virtual classnoun(education) An online class.

Translate “Static class” into Another Language

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

Home/Dictionary/Static class