Object-based
Appearance
This article needs attention from an expert on the subject. Please add a reason or a talk parameter to this template to explain the issue with the article. (August 2010) |
Look up object-based in Wiktionary, the free dictionary.
In general, object-based indicates that something such as a theory, language, or model is based on the concept of object.
In computer science, the term object-based has two different senses:
(1) A somehow limited version of object-oriented programming, where one or more of the following restrictions applies: (a) There is no implicit inheritance, (b) there is no polymorphism, (c) only a very reduced subset of the available values are objects (typically the GUI components).
(2) Prototype-based systems (that is, those based on "prototype" objects that 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, and JavaScript is an example of the second.
See also
- Object-based language (computer programing)
This redirect has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar redirects, in addition to a stub category. (August 2010) |