AI & ChatGPT searches , social queriess for OBJECT CODE

Search references for OBJECT CODE. Phrases containing OBJECT CODE

See searches and references containing OBJECT CODE!

AI searches containing OBJECT CODE

OBJECT CODE

  • Object code
  • Sequence of statements or instructions in a computer language

    In computing, object code or object module is the product of an assembler or compiler. In a general sense, object code is a sequence of statements or instructions

    Object code

    Object_code

  • Object file
  • File containing relocatable format machine code

    from source code during the compilation or assembly process. The machine code that is generated is known as object code. The object code is usually relocatable

    Object file

    Object_file

  • Object-oriented programming
  • Programming paradigm based on objects

    consuming code. Data hiding, keeping the internal details of an object hidden from outside code. Consuming code can only interact with an object via its

    Object-oriented programming

    Object-oriented programming

    Object-oriented_programming

  • God object
  • Large or very powerful object in programming

    uncategorized methods, or some combination of both. The god object is an example of an anti-pattern and a code smell. A common programming technique is to separate

    God object

    God_object

  • Source code
  • Human-readable instructions a computer can execute

    While object code will only work on a specific platform, source code can be ported to a different machine and recompiled there. For the same source code, object

    Source code

    Source_code

  • Spaghetti code
  • Software source code with poor structure

    software development processes. Spaghetti code can also describe an anti-pattern in which object-oriented code is written in a procedural style,[dubious

    Spaghetti code

    Spaghetti code

    Spaghetti_code

  • Assembly language
  • Low-level programming language family

    link using either an exact bit-by-bit copy of the object code or a text-based representation of that code (such as Intel hex or Motorola S-record). A high-level

    Assembly language

    Assembly language

    Assembly_language

  • Intel HEX
  • File format for conveying binary information

    assembler converts a program's source code (such as in C or assembly language) to machine code and outputs it into an object or executable file in hexadecimal

    Intel HEX

    Intel_HEX

  • Compiler
  • Software that translates code from one programming language to another

    source code from a high-level programming language to a low-level programming language (e.g., assembly language, object code, or machine code) to create

    Compiler

    Compiler

  • List of file formats
  • executable code, data files, and folders for that code. CLASS – Compiled Java bytecode COFF – (no suffix for executable image, .o for object files) Unix

    List of file formats

    List_of_file_formats

  • Hospital emergency codes
  • Phrases used over a public address system

    abduction Code black: bomb threat/suspicious object Code blue: cardiac arrest/medical emergency Code brown: in-facility hazardous spill Code green: evacuation

    Hospital emergency codes

    Hospital_emergency_codes

  • Code coverage
  • Metric for source code testing

    additional verification should be performed on the object code to establish the correctness of such generated code sequences" (DO-178B) para-6.4.4.2. Software

    Code coverage

    Code_coverage

  • Object
  • Topics referred to by the same term

    program (also known as "object code") HTML object element Object (mathematics), an abstract object arising in mathematics Group object, a generalization of

    Object

    Object

  • Binary-code compatibility
  • Ability of computer system to run code for a different system

    Binary-code compatibility (binary compatible or object-code compatible) is a property of a computer system, meaning that it can run the same executable code

    Binary-code compatibility

    Binary-code_compatibility

  • Object–relational mapping
  • Programming technique

    above makes use of an object representing the storage repository and methods of that object. Other frameworks might provide code as static methods, as

    Object–relational mapping

    Object–relational_mapping

  • Backdoor (computing)
  • Method of bypassing authentication or encryption in a computer

    device. Harder to detect backdoors involve modifying object code, rather than source codeobject code is much harder to inspect, as it is designed to be

    Backdoor (computing)

    Backdoor_(computing)

  • Translator (computing)
  • Computer program that translates code from one programming language to another

    programming language into object code that can later be executed by the computer's central processing unit (CPU). The object code created by the compiler

    Translator (computing)

    Translator_(computing)

  • Static program analysis
  • Analysis of computer programs without executing them

    performed on some version of a program's source code, and, in other cases, on some form of its object code. Two leading approaches to resource certification

    Static program analysis

    Static_program_analysis

  • SOLID
  • Object-oriented programming design principles

    In object-oriented programming and functional programming, SOLID is a mnemonic acronym for five principles intended to make source code more understandable

    SOLID

    SOLID

  • Mock object
  • Software object that mimics a real object

    programming, a mock object is an object that imitates a production object in limited ways. A programmer might use a mock object as a test double for

    Mock object

    Mock_object

  • Mach-O
  • File format for executables, object code, shared libraries, and core dumps

    Mach-O (Mach object) is a file format for executables, object code, shared libraries, dynamically loaded code, and core dumps. It was developed to replace

    Mach-O

    Mach-O

  • Programming language design and implementation
  • Sub-field of computer science

    based on what it reads, whereas compilers convert code to a lower level form, such as object code. In programming language design, there are a wide variety

    Programming language design and implementation

    Programming_language_design_and_implementation

  • Position-independent code
  • Machine instruction code that executes properly regardless of where in memory it resides

    code can be produced by means of the BIND control of LINK86. Load-time locatable code (commonly referred to as LTL code) is the third form of object code

    Position-independent code

    Position-independent_code

  • DO-178C
  • International aeronautics software standard

    DO-178C adds the following statement about the Executable Object Code: "The Executable Object Code satisfies the software requirements (that is, intended

    DO-178C

    DO-178C

  • Proprietary software
  • Software released under a license restricting rights

    1983 IBM adopted an "object-code-only" model for a growing list of their software and stopped shipping much of the source code, even to licensees. In

    Proprietary software

    Proprietary software

    Proprietary_software

  • Digital object identifier
  • ISO standard unique string identifier for a digital object

    A digital object identifier (DOI) is a persistent identifier, or persistent handle, used to uniquely identify various objects, standardized by the International

    Digital object identifier

    Digital object identifier

    Digital_object_identifier

  • Library (computing)
  • Collection of resources used to develop a computer program

    syntax and semantics. A variant is a library containing compiled code (object code in IBM's nomenclature) in a form that cannot be loaded by the OS but

    Library (computing)

    Library (computing)

    Library_(computing)

  • Object Pascal
  • Branch of object-oriented derivatives of Pascal programming language

    While code using the Turbo Pascal object model could still be compiled, Delphi featured a new syntax using the keyword class in preference to object, the

    Object Pascal

    Object_Pascal

  • JSON
  • Data-interchange format

    JSON (JavaScript Object Notation, pronounced /ˈdʒeɪsən/ or /ˈdʒeɪˌsɒn/) is an open standard file format and data interchange format that uses human-readable

    JSON

    JSON

  • Machine code
  • Instructions directly executable by a computer

    to follow indicated instructions Object code – Sequence of statements or instructions in a computer language P-code machine – Programming virtual machine

    Machine code

    Machine code

    Machine_code

  • Inheritance (object-oriented programming)
  • Process of deriving classes from, and organizing them into, a hierarchy

    interface), to reuse code and to independently extend original software via public classes and interfaces. The relationships of objects or classes through

    Inheritance (object-oriented programming)

    Inheritance_(object-oriented_programming)

  • Glossary of computer science
  • translate source code from a high-level programming language to a lower-level language (e.g. assembly language, object code, or machine code) to create an

    Glossary of computer science

    Glossary_of_computer_science

  • Apple litigation
  • Apple's litigation over object code contributed to the development of contemporary copyright law because the company's object code cases brought different

    Apple litigation

    Apple_litigation

  • Executable and Linkable Format
  • Standard file format for executables, object code, shared libraries, and core dumps

    Linking Format) is a common standard file format for executable files, object code, shared libraries, device drivers, and core dumps. First published in

    Executable and Linkable Format

    Executable and Linkable Format

    Executable_and_Linkable_Format

  • Optimizing compiler
  • Compiler that optimizes generated code

    devirtualization. Machine code optimization involves using an object code optimizer to analyze the program after all machine code has been linked. Techniques

    Optimizing compiler

    Optimizing_compiler

  • List of programming languages by type
  • List of programming languages types and the languages that meet its description

    compiled executable code. Basically, object code for the language's interpreter needs to be linked into the executable. Source code fragments for the embedded

    List of programming languages by type

    List_of_programming_languages_by_type

  • Executable
  • Data that causes a computer to follow indicated instructions

    associated with machine code instructions. Many toolchains consist of a compiler that generates native code as a set of object files and a linker that

    Executable

    Executable

    Executable

  • RISC-V assembly language
  • Assembly languages for the RISC-V computer architecture

    used to produce object code for the RISC-V class of processors. Assembly languages are closely tied to the architecture's machine code instructions, allowing

    RISC-V assembly language

    RISC-V_assembly_language

  • Code refactoring
  • Restructuring existing computer code without changing its external behavior

    computer programming and software design, code refactoring is the process of restructuring existing source code—changing the factoring—without changing

    Code refactoring

    Code_refactoring

  • Bytecode
  • Instruction set designed to be run by a software interpreter

    portable code or p-code) is an instruction set designed for efficient execution by a software interpreter. Unlike human-readable source code, bytecodes

    Bytecode

    Bytecode

  • Binary optimizer
  • Tools for optimizing binary code

    A binary optimizer, also known as an object code optimizer, takes a program's object code or machine code either from a linked executable binary file,

    Binary optimizer

    Binary optimizer

    Binary_optimizer

  • GNU Compiler Collection
  • Free and open-source compiler for various programming languages

    separate object file and link-time helper file. When the object files are linked, the compiler is executed again and uses the helper files to optimize code across

    GNU Compiler Collection

    GNU Compiler Collection

    GNU_Compiler_Collection

  • Browser extension
  • Program that extends the functionality of a web browser

    difference is that extensions are distributed as source code, while plug-ins are executables (i.e. object code). The most popular browser, Google Chrome, has over

    Browser extension

    Browser_extension

  • C (programming language)
  • General-purpose programming language

    operators (&&, ||, ?: and the comma operator). This permits a high degree of object code optimization by the compiler, but requires C programmers to take more

    C (programming language)

    C (programming language)

    C_(programming_language)

  • Object point
  • source lines of code (SLOC) or function points. They are not necessarily related to objects in object-oriented programming, the objects referred to include

    Object point

    Object_point

  • Application binary interface
  • Interface to software defined in terms of in-process, machine code access

    Each compiler and assembler that supports an EABI creates object code that is compatible with code generated by other such compilers and assemblers. This

    Application binary interface

    Application binary interface

    Application_binary_interface

  • ABAP
  • Programming language

    any class implementing the interface must provide explicit code. Interfaces – Same as object classes Type pools – These define collections of data types

    ABAP

    ABAP

  • Compile time
  • Time when a program is compiled

    when a compiler processes source code into other code that is more readily executable – typically object code or byte code. Compile time is a phase in the

    Compile time

    Compile_time

  • A.out
  • Old Unix executable file format

    older versions of Unix-like computer operating systems for executables, object code, and, in later systems, shared libraries. This is an abbreviated form

    A.out

    A.out

  • CMS-2
  • Programming language developed for the US Navy

    generates AN/UYK-7 object code. A file management system that provides storage and access to source and object code. Two object code loaders for loading

    CMS-2

    CMS-2

    CMS-2

  • History of compiler construction
  • often having a binary form known as object code or machine code). The most common reason for transforming source code is to create an executable program

    History of compiler construction

    History of compiler construction

    History_of_compiler_construction

  • Computer program
  • Instructions a computer can execute

    components. A computer program in its human-readable form is called source code. Source code needs another computer program to execute because computers can only

    Computer program

    Computer program

    Computer_program

  • JavaScript
  • High-level programming language

    third-party code may use or inherit methods and properties from these objects, and may not expect the prototype to be modified. Unlike in many object-oriented

    JavaScript

    JavaScript

    JavaScript

  • Virtual machine
  • Software that emulates an entire computer

    description and target code generation. A notable 1966 example was the O-code machine, a virtual machine that executes O-code (object code) emitted by the front

    Virtual machine

    Virtual machine

    Virtual_machine

  • Factory (object-oriented programming)
  • Object that creates other objects

    In object-oriented programming, a factory is an object for creating other objects; formally, it is a function or method that returns objects of a varying

    Factory (object-oriented programming)

    Factory (object-oriented programming)

    Factory_(object-oriented_programming)

  • Source-to-source compiler
  • Translator of computer source code

    code. 3. Resident assembler assembles the translated 8086 source code to 8086 object code. 4. Minor hand correction and optimization. (A recent 19K Z80 program

    Source-to-source compiler

    Source-to-source_compiler

  • Immutable object
  • Object whose state cannot be modified after it is created

    In object-oriented (OO) and functional programming, an immutable object (unchangeable object) is an object whose state cannot be modified after it is

    Immutable object

    Immutable_object

  • Unix
  • Family of computer operating systems

    machine-language assembler for the machine ld – linker, for combining object files lib – object-code libraries (installed in /lib or /usr/lib). libc, the system

    Unix

    Unix

    Unix

  • Intermediate representation
  • Data structure or code used by a compiler

    source code of a program is translated into a form more suitable for code-improving transformations before being used to generate object or machine code for

    Intermediate representation

    Intermediate_representation

  • Null object pattern
  • Object with no referenced value or with defined neutral ("null") behavior

    In object-oriented computer programming, a null object is an object with no referenced value or with defined neutral (null) behavior. The null object design

    Null object pattern

    Null_object_pattern

  • COFF
  • Executable file format

    The Common Object File Format (COFF) is a format for executable, object code, and shared library computer files used on Unix systems. It was introduced

    COFF

    COFF

  • Function object
  • Programming construct

    In computer programming, a function object is a construct allowing an object to be invoked or called as if it were an ordinary function, usually with the

    Function object

    Function_object

  • DO-178B
  • RTCA standard for safety-critical software

    description (SDD) Source code Executable object code Traceability from system requirements to all source code or executable object code is typically required

    DO-178B

    DO-178B

  • Encapsulation (computer programming)
  • Bundling of data

    such as an object's components. Essentially, encapsulation prevents external code from being concerned with the internal workings of an object. Encapsulation

    Encapsulation (computer programming)

    Encapsulation_(computer_programming)

  • Programming paradigm
  • High-level computer programming conceptualization

    In object-oriented programming, code is organized into objects that contain state that is owned by and (usually) controlled by the code of the object. Most

    Programming paradigm

    Programming_paradigm

  • Peephole optimization
  • Compiler optimization technique

    PUSH DE PUSH HL CALL _ADDR1 CALL _ADDR2 POP HL POP DE POP BC POP AF Object code optimizers, discussion in relation to general algorithmic efficiency

    Peephole optimization

    Peephole_optimization

  • Liberation fonts
  • Open-source font superfamily

    distribution of the object code of the Software in a physical product must include the right to access and modify the source code of the Software and

    Liberation fonts

    Liberation fonts

    Liberation_fonts

  • Code (disambiguation)
  • Topics referred to by the same term

    Look up Code, code, or codé in Wiktionary, the free dictionary. A code is a rule for converting a piece of information into another object or action, not

    Code (disambiguation)

    Code_(disambiguation)

  • Just-in-time compilation
  • Compiling bytecode to machine code at runtime

    compilation of computer code during execution of a program at run time rather than before execution. This may consist of source code translation but is more

    Just-in-time compilation

    Just-in-time_compilation

  • NEC V20
  • 16-bit microprocessor introduced by NEC

    that was designed and produced by NEC. It is both pin compatible and object-code compatible with the Intel 8088, with an instruction set architecture

    NEC V20

    NEC V20

    NEC_V20

  • Double dispatch
  • Feature in programming languages

    types of two objects involved in the call. In most object-oriented systems, the concrete function that is called from a function call in the code depends on

    Double dispatch

    Double_dispatch

  • Linker (computing)
  • Program that combines intermediate build files into an executable file

    internally within the object file to facilitate relocation. For most compilers, each object file is the result of compiling one input source code file. When a

    Linker (computing)

    Linker (computing)

    Linker_(computing)

  • Marshalling (computer science)
  • Computer memory transformation process

    to a list of URLs where the object code can be loaded from, and not source code). Hence, in order to convert the object state and codebase(s), unmarshalling

    Marshalling (computer science)

    Marshalling_(computer_science)

  • Software design pattern
  • Reusable solution template to a commonly-needed software behavior

    the problem they are trying to solve, and object-oriented patterns are not necessarily suitable for non-object-oriented languages. Patterns originated as

    Software design pattern

    Software_design_pattern

  • Common Object Request Broker Architecture
  • Standard to facilitate communication between systems on diverse platforms

    object (and reference) instantiation policies, and object lifetime policies. The Object Adapter is used to register instances of the generated code classes

    Common Object Request Broker Architecture

    Common_Object_Request_Broker_Architecture

  • Free-software license
  • License allowing software modification and redistribution

    Free-software licenses are applied to software in source code and also binary object-code form, as the copyright law recognizes both forms. Free-software

    Free-software license

    Free-software license

    Free-software_license

  • Forwarding (object-oriented programming)
  • code reuse) without changing evaluation context, forwarding is analogous to composition, as execution depends only on the receiving (member) object,

    Forwarding (object-oriented programming)

    Forwarding_(object-oriented_programming)

  • Object–relational impedance mismatch
  • Set of conceptual and technical difficulties

    Object–relational impedance mismatch is a set of difficulties going between data in relational data stores and data in domain-driven object models. Relational

    Object–relational impedance mismatch

    Object–relational_impedance_mismatch

  • Code smell
  • Characteristic of source code that hints at a quality problem

    computer programming, a code smell is any characteristic of source code that hints at a deeper problem. Determining what a code smell is and is not is

    Code smell

    Code_smell

  • Limbo (programming language)
  • Programming language

    and Rob Pike. The Limbo compiler generates architecture-independent object code which is then interpreted by the Dis virtual machine or compiled just

    Limbo (programming language)

    Limbo_(programming_language)

  • High Level Assembly
  • Programming language

    into the low-level object code file. As of HLA v2.0, HLA included its own HLA Back Engine (HLABE) that provided the low-level object code translation. However

    High Level Assembly

    High_Level_Assembly

  • Delphi (software)
  • Programming language and IDE

    interoperate with code developed with other software development tools, Delphi supports independent interfaces of Component Object Model (COM) with reference

    Delphi (software)

    Delphi_(software)

  • Relocation (computing)
  • Assigning or adjusting addresses at runtime

    assembler and stored in the object or executable file. Each entry in the table references an absolute address in the object code that must be changed when

    Relocation (computing)

    Relocation_(computing)

  • Snippet (programming)
  • Small amount of source code used for productivity

    library. Object code fragment Similar to a source code snippet, a just-in-time (JIT) compiler can splice together pre-compiled code as longer object code segments

    Snippet (programming)

    Snippet_(programming)

  • Component Object Model
  • Software component technology from Microsoft

    Component Object Model (COM) is a binary-interface technology for software components from Microsoft that enables using objects in a language-neutral

    Component Object Model

    Component_Object_Model

  • Public-domain software
  • Software in the public domain

    legislation, plus court decisions such as Apple v. Franklin in 1983 for object code, clarified that the Copyright Act gave computer programs the copyright

    Public-domain software

    Public-domain software

    Public-domain_software

  • Name mangling
  • Technique in compiler construction

    calling convention in the machine code. Any object code produced by compilers is usually linked with other pieces of object code (produced by the same or another

    Name mangling

    Name_mangling

  • C++
  • General-purpose programming language

    implementation-specific features. The downside of this decision is that object code produced by different compilers is expected to be incompatible. There

    C++

    C++

    C++

  • Design Patterns
  • 1994 software engineering book

    and adding relatively small amounts of new code. To the authors, 'delegation' is an extreme form of object composition that can always be used to replace

    Design Patterns

    Design_Patterns

  • Ar (Unix)
  • Unix archiver command

    libclass.a with object files class1.o, class2.o, class3.o: ar rcs libclass.a class1.o class2.o class3.o The linker ld can read object code from an archive

    Ar (Unix)

    Ar_(Unix)

  • Domain-driven design
  • Software development process

    instance, is an object with methods for retrieving domain objects from a data store (e.g. a database). Similarly, a factory is an object with methods for

    Domain-driven design

    Domain-driven_design

  • Cross compiler
  • Cross-platform machine-code compiler

    used when cross-compiling cross compilers, it represents what type of object code the package will produce; otherwise the target platform setting is irrelevant

    Cross compiler

    Cross_compiler

  • Code injection
  • Computer bug exploit caused by invalid data

    additional code is run which executes a program on the server, in this case "/bin/echo". PHP allows serialization and deserialization of whole objects. If an

    Code injection

    Code_injection

  • Value object
  • Object that represents a simple entity whose equality is not based on identity

    remain equal. It is also useful for value objects to be immutable, as client code cannot put the value object in an invalid state or introduce buggy behaviour

    Value object

    Value_object

  • Object storage
  • Computer data storage architecture that manages data as objects

    Object storage (also known as object-based storage or blob storage) is a computer data storage approach that manages data as "blobs" or "objects", as opposed

    Object storage

    Object_storage

  • Automatic Reference Counting
  • Memory management feature of the Clang compiler

    the object code messages retain and release which increase and decrease the reference count at run time, marking for deallocation those objects when

    Automatic Reference Counting

    Automatic_Reference_Counting

  • Software system
  • Intercommunicating software components forming part of a computer system

    While a computer program is generally a set of instructions (source, or object code) that perform a specific task, a software system is more of an encompassing

    Software system

    Software_system

  • Smalltalk
  • Object-oriented programming language

    programs are built of opaque, atomic objects, which are instances of template code stored in classes. These objects intercommunicate by passing of messages

    Smalltalk

    Smalltalk

    Smalltalk

  • X86 assembly language
  • Family of backward-compatible assembly languages

    a family of low-level programming languages that are used to produce object code for the x86 class of processors. Previous evolutions of this family of

    X86 assembly language

    X86_assembly_language

  • Language Server Protocol
  • Protocol between IDEs and programming language-specific servers

    transforming the source code into object code or immediately executing the code. Additionally, language services must be able to handle source code that is not well-formed

    Language Server Protocol

    Language_Server_Protocol

AI & ChatGPT searchs for online references containing OBJECT CODE

OBJECT CODE

AI search references containing OBJECT CODE

OBJECT CODE

AI search queriess for Facebook and twitter posts, hashtags with OBJECT CODE

OBJECT CODE

Follow users with usernames @OBJECT CODE or posting hashtags containing #OBJECT CODE

OBJECT CODE

Online names & meanings

  • Jaspaal
  • Boy/Male

    Hindu, Indian

    Jaspaal

    Lord Krishna

  • Nandisha
  • Boy/Male

    Hindu, Indian

    Nandisha

    Lord Shiva

  • Cortlandt
  • Boy/Male

    English

    Cortlandt

    Land of the Court

  • Egbertine
  • Girl/Female

    Anglo, British, English, German

    Egbertine

    Brilliant Sword

  • Vitale
  • Boy/Male

    Latin Italian

    Vitale

    Lively.

  • Jasminpreet
  • Boy/Male

    Indian, Punjabi, Sikh

    Jasminpreet

    Love of Flower

  • THEMBA
  • Female

    African

    THEMBA

    great in size; very stout.

  • BAAL
  • Male

    Greek

    BAAL

    (Βάαλ) Greek form of Hebrew Ba'al, BAAL means "lord, master" or "possessor." In the New Testament bible, this is the name of the supreme masculine divinity of the Semitic nations, just as Ashtoreth (Greek Astarte) was their supreme feminine divinity. 

  • Madhan
  • Boy/Male

    Hindu

    Madhan

    Cupid, God of Love, Man filled with beauty

  • Ekantha
  • Girl/Female

    Gujarati, Hindu, Indian, Kannada, Telugu

    Ekantha

    Lovely

AI search & ChatGPT queriess for Facebook and twitter users, user names, hashtags with OBJECT CODE

OBJECT CODE

Top AI & ChatGPT search, Social media, medium, facebook & news articles containing OBJECT CODE

OBJECT CODE

AI searchs for Acronyms & meanings containing OBJECT CODE

OBJECT CODE

AI searches, Indeed job searches and job offers containing OBJECT CODE

Other words and meanings similar to

OBJECT CODE

AI search in online dictionary sources & meanings containing OBJECT CODE

OBJECT CODE

  • Object
  • v. t.

    That which is put, or which may be regarded as put, in the way of some of the senses; something visible or tangible; as, he observed an object in the distance; all the objects in sight; he touched a strange object in the dark.

  • Object
  • v. t.

    Sight; show; appearance; aspect.

  • Objected
  • imp. & p. p.

    of Object

  • Abject
  • a.

    Sunk to a law condition; down in spirit or hope; degraded; servile; groveling; despicable; as, abject posture, fortune, thoughts.

  • Object
  • v. i.

    To make opposition in words or argument; -- usually followed by to.

  • Fetishism
  • n.

    Excessive devotion to one object or one idea; abject superstition; blind adoration.

  • Object
  • v. t.

    A word, phrase, or clause toward which an action is directed, or is considered to be directed; as, the object of a transitive verb.

  • Reject
  • v. t.

    To refuse to grant; as, to reject a prayer or request.

  • I
  • object.

    The nominative case of the pronoun of the first person; the word with which a speaker or writer denotes himself.

  • Object
  • a.

    Opposed; presented in opposition; also, exposed.

  • Subject
  • v. t.

    To cause to undergo; as, to subject a substance to a white heat; to subject a person to a rigid test.

  • Object
  • v. t.

    That which is set, or which may be regarded as set, before the mind so as to be apprehended or known; that of which the mind by any of its activities takes cognizance, whether a thing external in space or a conception formed by the mind itself; as, an object of knowledge, wonder, fear, thought, study, etc.

  • Subject
  • v. t.

    To bring under control, power, or dominion; to make subject; to subordinate; to subdue.

  • Subject
  • a.

    Hence, that substance or being which is conscious of its own operations; the mind; the thinking agent or principal; the ego. Cf. Object, n., 2.

  • Inject
  • v. t.

    To throw in; to dart in; to force in; as, to inject cold water into a condenser; to inject a medicinal liquid into a cavity of the body; to inject morphine with a hypodermic syringe.

  • Subject
  • a.

    Specifically: One who is under the authority of a ruler and is governed by his laws; one who owes allegiance to a sovereign or a sovereign state; as, a subject of Queen Victoria; a British subject; a subject of the United States.

  • Who
  • object.

    Originally, an interrogative pronoun, later, a relative pronoun also; -- used always substantively, and either as singular or plural. See the Note under What, pron., 1. As interrogative pronouns, who and whom ask the question: What or which person or persons? Who and whom, as relative pronouns (in the sense of that), are properly used of persons (corresponding to which, as applied to things), but are sometimes, less properly and now rarely, used of animals, plants, etc. Who and whom, as compound relatives, are also used especially of persons, meaning the person that; the persons that; the one that; whosoever.

  • Subject
  • a.

    Exposed; liable; prone; disposed; as, a country subject to extreme heat; men subject to temptation.

  • Object
  • v. t.

    That by which the mind, or any of its activities, is directed; that on which the purpose are fixed as the end of action or effort; that which is sought for; end; aim; motive; final cause.

  • Objector
  • n.

    One who objects; one who offers objections to a proposition or measure.