Object-based programming
In computer science, Object-based has two different, non compatible, senses:
A) A 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)
B) Prototype-based systems (i.e., those based on "prototype" objects which are not instances of any class)
See also
This is a disambiguation page; that is, one that points to other pages that might otherwise have the same name. If you followed a link here, you might want to go back and fix that link to point to the appropriate specific page.