Word Explorer

Virtual class

💡 Words with a Similar Meaning to "Virtual class"

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

WordDefinition
outer classnoun(object-oriented programming) A class that contains an inner class.
inner classnoun(object-oriented programming) A class that is declared entirely within the body of another class.
member classnoun(object-oriented programming) An inner class declared outside a function (hence a "member") and not declared as static.
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.
derived classnoun(object-oriented programming) Synonym of subclass.
anonymous classnoun(object-oriented programming) A class without a name, available only in the scope where it is defined.
virtual methodnoun(object-oriented programming) A method whose behavior can be overridden within an inheriting class by a method with the same signature.
superclassnoun(computing, object-oriented programming) A high-level class that passes attributes and methods down the hierarchy to subclasses.
class-based languagenoun(object-oriented programming, computer languages) A programming language in which behaviour reuse (or inheritance) is performed via cloning classes instead of using objects as prototypes.
eigenclassnoun(object-oriented programming) A hidden class associated with each specific instance of another class.
subclassnounA secondary class within a main class.
friendnounA person, typically someone other than a family member, spouse or lover, whose company one enjoys and towards whom one feels affection.
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.]
objectnounA thing that has physical existence but is not alive.
base classnoun(object-oriented programming) A class from which other classes can be derived, inheriting its functionality or interface; a potential superclass for subclasses.
virtual functionnoun(object-oriented programming) Synonym of virtual method.
class-based programmingnoun(programming) A programming style, where inheritance is achieved by using classes of objects.
concrete classnoun(object-oriented programming) A class that can be instantiated and may have concrete methods.
class variablenoun(software, object-oriented programming) A member variable that is associated with a class of which a single copy exists.
templatenounA generic model or pattern from which other objects are based or derived.

Translate “Virtual class” into Another Language

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

Home/Dictionary/Virtual class