meaning of object oberon

1. Object Oberon Oberon plus classes and methods by H. Moessenboeck & J. Templ, 1989. See Oberon-2. ["Object Oberon - An Object-Oriented Extension of Oberon", H. Moessenboeck et al, ETH TR 109 Apr 1990]. ["Object Oberon - A Modest Object-Oriented Language", H. Moessenboeck & J. Templ, in Structured Programming 104, 1989]. object-orientation object-oriented object-oriented 1. OO See object-oriented programming. See also object-oriented analysis, object-oriented database, object-oriented design. 2. vector graphics. object-oriented analysis OOA See object-oriented design, Schlaer-Mellor. object-oriented database OODB A system offering DBMS facilities in an object-oriented programming environment. Data is stored as objects and can be interpreted only using the methods specified by its class. The relationship between similar objects is preserved inheritance as are references between objects. Queries can be faster because joins are often not needed as in a relational database. This is because an object can be retrieved directly without a search, by following its object id. The same programming language can be used for both data definition and data manipulation. The full power of the database programming languages type system can be used to model data structures and the relationship between the different data items. Multimedia applications are facilitated because the class methods associated with the data are responsible for its correct interpretation. OODBs typically provide better support for versioning. An object can be viewed as the set of all its versions. Also, object versions can be treated as full fledged objects. OODBs also provide systematic support for triggers and constraints which are the basis of active databases. Most, if not all, object-oriented application programs that have database needs will benefit from using an OODB. Ode is an example of an OODB built on C++.


Related Words

object oberon |

Developed & Maintained By Taraprasad.com

Treasure Words