dbo:abstract
|
- En lenguajes de programación orientada a objetos basados en clases, una clase hoja es una clase que no se debería ser extendida o tener subclases. Esto puede establecerse por convención o mediante el uso de una característica del lenguaje. (es)
- In class-based object-oriented programming languages, a leaf class is a class that should not be subclassed. This can be enforced either by convention, or by using a language feature such as the final keyword in C++ or Java, or the sealed keyword in C#. In Java, the Leaf node is an abstract class for all scene graph nodes that have no children. Leaf nodes specify lights, geometry, and sounds. They specify special linking and instancing capabilities for sharing scene graphs and provide a view platform for positioning and orienting a view in the virtual world. (en)
- Листовой класс (также конечный или финальный класс; англ. Leaf Class) в языках объектно-ориентированного программирования и проектирования представляет собой класс, который не может быть унаследован. Это может определяться как какими-либо договорённостями, так и с помощью использования средств языка. К примеру, в языке Java для этих целей применяется ключевое слово final, а в C# — sealed. (ru)
|
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 1108 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:wikiPageUsesTemplate
| |
dcterms:subject
| |
gold:hypernym
| |
rdf:type
| |
rdfs:comment
|
- En lenguajes de programación orientada a objetos basados en clases, una clase hoja es una clase que no se debería ser extendida o tener subclases. Esto puede establecerse por convención o mediante el uso de una característica del lenguaje. (es)
- In class-based object-oriented programming languages, a leaf class is a class that should not be subclassed. This can be enforced either by convention, or by using a language feature such as the final keyword in C++ or Java, or the sealed keyword in C#. In Java, the Leaf node is an abstract class for all scene graph nodes that have no children. Leaf nodes specify lights, geometry, and sounds. They specify special linking and instancing capabilities for sharing scene graphs and provide a view platform for positioning and orienting a view in the virtual world. (en)
- Листовой класс (также конечный или финальный класс; англ. Leaf Class) в языках объектно-ориентированного программирования и проектирования представляет собой класс, который не может быть унаследован. Это может определяться как какими-либо договорённостями, так и с помощью использования средств языка. К примеру, в языке Java для этих целей применяется ключевое слово final, а в C# — sealed. (ru)
|
rdfs:label
|
- Clase hoja (es)
- Leaf class (computer programming) (en)
- Листовой класс (ru)
|
owl:sameAs
| |
prov:wasDerivedFrom
| |
foaf:isPrimaryTopicOf
| |
is dbo:wikiPageRedirects
of | |
is dbo:wikiPageWikiLink
of | |
is foaf:primaryTopic
of | |