| dbpprop:abstract
|
- In computing, object model has two related but distinct meanings: The properties of objects in general, in a specific computer programming language, technology, notation or methodology that uses them. For example, the Java object model, the COM object model, or the object model of OMT. Such object models are usually defined using concepts such as class, message, inheritance, polymorphism, and encapsulation. There is an extensive literature on formalized object models as a subset of the formal semantics of programming languages. A collection of objects or classes through which a program can examine and manipulate some specific parts of its world. In other words, the object-oriented interface to some service or system. Such an interface is said to be the object model of the represented service or system. For example, the Document Object Model (DOM) is a collection of objects that represent a page in a web browser, used by script programs to examine and dynamically change the page. There is a Microsoft Excel object model for controlling Microsoft Excel from another program, and the ASCOM Telescope Driver is an object model for controlling an astronomical telescope.
- Objektmodelle dienen heute vor allem als Entwurfsgrundlage in der objektorientierten Softwareentwicklung. Mit ihrer Hilfe können statische Strukturen von Klassen und Objekten, sowie deren Verhalten und Relationen schnell und einfach grafisch verdeutlicht und entwickelt werden. Die wohl wichtigsten Eigenschaften von Beziehungen in Objektmodellen sind Abstraktion, Kapselung, Modularität, Hierarchie und Typisierung. Der Grund dafür, dass sie bis heute einige Standardisierungen und Evolutionen (Prozedurales Design -> Objekt-Orientiertes Design) hinter sich haben, ist, dass in der Objektorientierten Softwareentwicklung das Objektorientierte Design als Entwicklungsgrundlage einer der wichtigsten Schritte im Entwicklungsprozess darstellt. Objektmodelle werden jedoch nicht nur zur Entwicklung und Veranschaulichung von Softwarebausteinen verwendet. Sie sind zudem ein Werkzeug, um Komplexe Systeme durch Abstraktion auf simple Art und Weise darzustellen. So findet man – wenn auch seltener – auch Objektmodelle von Datenbanken oder Hardwarekomponenten, z. B. auch von einem Prozessor.
- En computación, un modelo de objeto tiene dos significados relacionados pero distintos: Las propiedades de objetos en general, en un lenguaje de programación específico, la tecnología, la notación o la metodología que los usa. Por ejemplo, el modelo de objetos Java, el modelo de objetos COM, o el modelo de objetos de OMT. Tales modelos de objetos por lo general se definen usando conceptos como clase, mensaje, herencia, polimorfismo y encapsulación. Hay una extensa literatura sobre modelos de objetos formalizados como un subconjunto de la semántica formal de los lenguajes de programación. Una colección de objetos o clases por las cuales un programa puede examinar y manipular algunas partes específicas de su mundo. En otras palabras, el interfaz orientado a objetos a algún servicio o sistema. Tal interfaz se dice que es el modelo de objetos del servicio o sistema representado. Por ejemplo, el Document Object Model (DOM) es una colección de objetos que representan una página en un navegador web, usada por programas script para examinar y cambiar dinámicamente la página. Hay un modelo de objetos de Microsoft Excel para controlarlo desde de otro programa, y el ASCOM Telescope Driver es un modelo de objetos para controlar un telescopio astronómico.
- Object model o modello ad oggetti, in informatica e in programmazione, indica l'insieme di funzionalità suddivise in oggetti che vengono offerte al programmatore da un determinato linguaggio o libreria o ambiente d'esecuzione. Così, per esempio, si può parlare di object model del Java tanto come di object model del DHTML. Tipicamente un object model definisce un set di classi per rappresentare i tipi di dato fondamentali, un set per rappresentare oggetti di sistema come finestre e file e altri set per racchiudere altre funzionalità di uso comune.
|
| rdfs:comment
|
- In computing, object model has two related but distinct meanings: The properties of objects in general, in a specific computer programming language, technology, notation or methodology that uses them. For example, the Java object model, the COM object model, or the object model of OMT. Such object models are usually defined using concepts such as class, message, inheritance, polymorphism, and encapsulation.
- Objektmodelle dienen heute vor allem als Entwurfsgrundlage in der objektorientierten Softwareentwicklung. Mit ihrer Hilfe können statische Strukturen von Klassen und Objekten, sowie deren Verhalten und Relationen schnell und einfach grafisch verdeutlicht und entwickelt werden. Die wohl wichtigsten Eigenschaften von Beziehungen in Objektmodellen sind Abstraktion, Kapselung, Modularität, Hierarchie und Typisierung.
- En computación, un modelo de objeto tiene dos significados relacionados pero distintos: Las propiedades de objetos en general, en un lenguaje de programación específico, la tecnología, la notación o la metodología que los usa. Por ejemplo, el modelo de objetos Java, el modelo de objetos COM, o el modelo de objetos de OMT. Tales modelos de objetos por lo general se definen usando conceptos como clase, mensaje, herencia, polimorfismo y encapsulación.
- Object model o modello ad oggetti, in informatica e in programmazione, indica l'insieme di funzionalità suddivise in oggetti che vengono offerte al programmatore da un determinato linguaggio o libreria o ambiente d'esecuzione. Così, per esempio, si può parlare di object model del Java tanto come di object model del DHTML.
|