Object-based
Encyclopedia : O : OB : OBJ : Object-based
In computer science, the term "object-based" has two different, incompatible senses:
- A somehow limited version of object-oriented programming where one or more of the following restrictions applies:
- * there is no implicit inheritance
- * there is no polymorphism
- * only a very reduced subset of the available values are objects (typically the GUI components)
- Prototype-based systems (i.e., those based on "prototype" objects which are not instances of any class)
See also
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
