English Dictionary
objector
n : a person who dissents from some established policy [syn: {dissenter},
{dissident}, {protester}, {contestant}]
English Computing Dictionary
object
In {object-oriented programming}, a unique instance of a data
structure defined according to the template provided by its
{class}. Each object has its own values for the variables
belonging to its class and can respond to the messages
({method}s) defined by its class.