Word Explorer

Class implementation file

💡 Words with a Similar Meaning to "Class implementation file"

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

WordDefinition
java class fileA Java class file is a file (with the filename extension) containing Java bytecode that can be executed on the Java Virtual Machine.
subclassnounA secondary class within a main class.
object fileAn object file is a file that contains machine code or bytecode, as well as other data and metadata, generated by a compiler or assembler from source code during the compilation or assembly process.
function objectnoun(object-oriented programming) An object that encapsulates a function pointer (or equivalent).
inner classnoun(object-oriented programming) A class that is declared entirely within the body of another class.
interfacenoun(computing) The point of interconnection between systems or subsystems.
class-based programmingnoun(programming) A programming style, where inheritance is achieved by using classes of objects.
object-orientation
metaclassnoun(object-oriented programming) A class that serves as a template for other classes rather than objects.
extension methodIn object-oriented computer programming, an extension method is a method added to an object after the original object was compiled.
business domain
traitnoun(biology, psychology) An identifying characteristic, habit or trend.
constructornounA person who, or thing that, constructs.
concrete classnoun(object-oriented programming) A class that can be instantiated and may have concrete methods.
object-oriented programmingnoun(programming) A programming paradigm that uses hierarchies of objects, instantiated from templates called classes, to design applications and computer programs.
template methodnoun(software, object-oriented programming) A special method of an abstract class used in the template method pattern that prescribes an algorithm for its subclasses.
class variablenoun(software, object-oriented programming) A member variable that is associated with a class of which a single copy exists.
object adapter patternnoun(software, object-oriented programming) An adapter pattern where the adapter contains an instance of the class it wraps.
object-oriented languagenoun(programming) Any programming language that encapsulates the state and operations inside objects that support inheritance.
factory method patternnoun(software, object-oriented programming) A creational design pattern that decouples the object creation by using an abstract method in the class.

Translate “Class implementation file” into Another Language

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

Home/Dictionary/Class implementation file