Object-based

   

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



Retrieved from "http://www.mywiseowl.com/articles/Object-based"

This page has been accessed 81 times. This page was last modified 04:57, 1 Sep 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).