b-jekt]
| 1. | anything that is visible or tangible and is relatively stable in form. |
| 2. | a thing, person, or matter to which thought or action is directed: an object of medical investigation. |
| 3. | the end toward which effort or action is directed; goal; purpose: Profit is the object of business. |
| 4. | a person or thing with reference to the impression made on the mind or the feeling or emotion elicited in an observer: an object of curiosity and pity. |
| 5. | anything that may be apprehended intellectually: objects of thought. |
| 6. | Optics. the thing of which a lens or mirror forms an image. |
| 7. | Grammar. (in many languages, as English) a noun, noun phrase, or noun substitute representing by its syntactical position either the goal of the action of a verb or the goal of a preposition in a prepositional phrase, as ball in John hit the ball, Venice in He came to Venice, coin and her in He gave her a coin. Compare direct object, indirect object. |
| 8. | Computers. any item that can be individually selected or manipulated, as a picture, data file, or piece of text. |
| 9. | Metaphysics. something toward which a cognitive act is directed. |
| 10. | to offer a reason or argument in opposition. |
| 11. | to express or feel disapproval, dislike, or distaste; be averse. |
| 12. | to refuse or attempt to refuse to permit some action, speech, etc. |
| 13. | to state, claim, or cite in opposition; put forward in objection: Some persons objected that the proposed import duty would harm world trade. |
| 14. | Archaic. to bring forward or adduce in opposition. |

| 1. | objection. |
| 2. | objective. |
ob·ject (ŏb'jĭkt, -jěkt') n.
v. intr.
To put forward in or as a reason for opposition; offer as criticism: They objected that discipline was lacking. [Middle English, from Old French, from Medieval Latin obiectum, thing put before the mind, from neuter past participle of Latin obicere, to put before, hinder : ob-, before, toward; see ob- + iacere, to throw; see yē- in Indo-European roots. V., from Middle English obiecten, from Old French objecter, from Latin obiectāre, frequentative of obicere.] ob·jec'tor n. Synonyms: These verbs mean to express opposition to something, usually by presenting arguments against it. Object implies the expression of disapproval or distaste: "Freedom of the press in Britain is freedom to print such of the proprietor's prejudices as the advertisers don't object to" (Hannen Swaffer). |
A part of a sentence; a noun, pronoun, or group of words that receives or is affected by the action of a verb. (See direct object, indirect object, and objective case.)
object object-oriented
In object-oriented programming, an instance of the data structure and behaviour defined by the object's class. Each object has its own values for the instance variables of its class and can respond to the methods defined by its class.
For example, an object of the "Point" class might have instance variables "x" and "y" and might respond to the "plot" method by drawing a dot on the screen at those coordinates.
(2004-01-26)