0%

Words starting with objectorie

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • objectory — (programming)   An object-oriented methodology mostly created by Ivar Jacobson.
  • objector — anything that is visible or tangible and is relatively stable in form.
  • objectors — Plural form of objector.
  • object management system — In an IPSE, the system which maintains information about the system under development.
  • object-orientation — object-oriented
  • object-oriented fortran — (language)   (OOF) An object-oriented extension of Fortran, in which data items can be grouped into objects, which can be instantiated and executed in parallel. It was available for Sun, Iris, iPSC, and nCUBE, but is no longer supported. E-mail: Donna Reese <[email protected]>.
  • object-oriented analysis — (programming)   (OOA) The first phase of object-oriented design.
  • object-oriented pascal — Object Pascal
  • object-oriented database — (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 language's type system can be used to model data structures and the relationship between the different data items. 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.
  • object-oriented turing — (language)   An extension of Turing and a replacement for Turing Plus by R.C. Holt <[email protected]>, U Toronto, 1991. Object-Oriented Turing supports imperative programming, object-oriented programming and concurrent programming. It has modules, classes, single inheritance, processes, exception handling and optional machine-dependent programming. There is an integrated environment under the X Window System and a demo version. Versions exist for Sun-4, MIPS, RS-6000 and others. E-mail: <[email protected]>.