Jump to content

Object-based

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Xyzzyplugh (talk | contribs) at 00:25, 6 February 2007 (removed spam, which editor has posted to dozens of articles, using various accounts, to his own webpage). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In general, object-based indicates that something is based on the concept of object, it can be a theory, language, model.


In computer science, the term object-based has two different, incompatible senses:

  1. A somehow limited version of object-oriented programming where one or more of the following restrictions applies:
  2. Prototype-based systems (i.e., those based on "prototype" objects which are not instances of any class)

Visual Basic is an example of a language that is object-based in the first sense of the term, JavaScript in the second.

See also