About: Type introspection     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : dbo:Disease, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FType_introspection

In computing, type introspection is the ability of a program to examinethe type or properties of an objectat runtime.Some programming languages possess this capability. Introspection should not be confused with reflection, which goes a step further and is the ability for a program to manipulate the values, metadata, properties, and functions of an object at runtime. Some programming languages also possess that capability (e.g.,Java,Python,Julia,andGo).

AttributesValues
rdf:type
rdfs:label
  • Introspección de tipos (es)
  • Introspecção (computação) (pt)
  • Introspekcja (informatyka) (pl)
  • Type introspection (en)
  • Интроспекция (программирование) (ru)
  • Інтроспекція (програмування) (uk)
  • 内省 (计算机科学) (zh)
rdfs:comment
  • En informática, la introspección de tipos es la capacidad de algunos lenguaje de programación orientado a objetos de determinar el tipo de un objeto en tiempo de ejecución. Esta es una característica notable de Objective-C, y una característica común en todo lenguaje que permita que clases de objetos sean manipuladas como por el programador. La introspección de tipos puede ser utilizada para implementar polimorfismo. (es)
  • In computing, type introspection is the ability of a program to examinethe type or properties of an objectat runtime.Some programming languages possess this capability. Introspection should not be confused with reflection, which goes a step further and is the ability for a program to manipulate the values, metadata, properties, and functions of an object at runtime. Some programming languages also possess that capability (e.g.,Java,Python,Julia,andGo). (en)
  • Introspekcja – mechanizm pozwalający postrzegać funkcje i moduły znajdujące się w pamięci jako obiekty, a także pobierać o nich informacje, np. określać typ obiektu, budowę klasy obiektu. (pl)
  • Em computação, introspecção ou introspecção de tipos, é a habilidade de um programa de examinar o tipo ou propriedades de um objeto em tempo de execução. Algumas linguagens de programação possuem esta capacidade. A introspecção não deve ser confundida com reflexão, que vai um pouco mais adiante e é a habilidade de um programa para manipular os valores, metadados, propriedades e/ou funções de um objeto em tempo de execução. Algumas linguagens de programação, por exemplo Java, também possuem esta capacidade. (pt)
  • Интроспекция (англ. type introspection) в программировании — возможность запросить тип и структуру объекта во время выполнения программы. Особое значение имеет в языке Objective C, однако имеется почти во всех языках, позволяющих манипулировать типами объектов как объектами первого класса; среди языков, поддерживающих интроспекцию — C++ (с RTTI),C#, Go, Java, Kotlin, JavaScript, Perl, Ruby, Smalltalk, PHP и Python интроспекция интегрирована в сам язык. Интроспекция может использоваться для реализации ad-hoc-полиморфизма. (ru)
  • 在计算机科学中,内省是指计算机程序在运行时(Runtime)检查对象(Object)类型的一种能力,通常也可以称作“运行时类型检查"。一些编程语言如C++、Java、Ruby、PHP、Objective-C、Perl等等具有这种特性。 不应该将内省和反射混淆。相对于内省,反射更进一步,是指计算机程序在运行时(Runtime)可以访问、检测和修改它本身状态或行为的一种能力。一些编程语言比如Java具有反射特性,而C++不具有反射特性只具有内省特性。 (zh)
  • Інтроспекція (англ. type introspection) в програмуванні — можливість визначити тип і структуру об'єкта під час виконання програми. Інтроспекція як механізм присутня в деяких об'єктно-орієнтованих мовах, в тому числі — в усіх мовах, що дозволяють маніпулювати типами об'єктів як об'єктами першого класу. Особливо помітна в мові Objective C. Інтроспекція може використовуватись задля реалізації поліморфізму. (uk)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
Link from a Wikipa... related subject.
has abstract
  • En informática, la introspección de tipos es la capacidad de algunos lenguaje de programación orientado a objetos de determinar el tipo de un objeto en tiempo de ejecución. Esta es una característica notable de Objective-C, y una característica común en todo lenguaje que permita que clases de objetos sean manipuladas como por el programador. La introspección de tipos puede ser utilizada para implementar polimorfismo. (es)
  • In computing, type introspection is the ability of a program to examinethe type or properties of an objectat runtime.Some programming languages possess this capability. Introspection should not be confused with reflection, which goes a step further and is the ability for a program to manipulate the values, metadata, properties, and functions of an object at runtime. Some programming languages also possess that capability (e.g.,Java,Python,Julia,andGo). (en)
  • Introspekcja – mechanizm pozwalający postrzegać funkcje i moduły znajdujące się w pamięci jako obiekty, a także pobierać o nich informacje, np. określać typ obiektu, budowę klasy obiektu. (pl)
  • Em computação, introspecção ou introspecção de tipos, é a habilidade de um programa de examinar o tipo ou propriedades de um objeto em tempo de execução. Algumas linguagens de programação possuem esta capacidade. A introspecção não deve ser confundida com reflexão, que vai um pouco mais adiante e é a habilidade de um programa para manipular os valores, metadados, propriedades e/ou funções de um objeto em tempo de execução. Algumas linguagens de programação, por exemplo Java, também possuem esta capacidade. (pt)
  • Интроспекция (англ. type introspection) в программировании — возможность запросить тип и структуру объекта во время выполнения программы. Особое значение имеет в языке Objective C, однако имеется почти во всех языках, позволяющих манипулировать типами объектов как объектами первого класса; среди языков, поддерживающих интроспекцию — C++ (с RTTI),C#, Go, Java, Kotlin, JavaScript, Perl, Ruby, Smalltalk, PHP и Python интроспекция интегрирована в сам язык. Интроспекция может использоваться для реализации ad-hoc-полиморфизма. (ru)
  • 在计算机科学中,内省是指计算机程序在运行时(Runtime)检查对象(Object)类型的一种能力,通常也可以称作“运行时类型检查"。一些编程语言如C++、Java、Ruby、PHP、Objective-C、Perl等等具有这种特性。 不应该将内省和反射混淆。相对于内省,反射更进一步,是指计算机程序在运行时(Runtime)可以访问、检测和修改它本身状态或行为的一种能力。一些编程语言比如Java具有反射特性,而C++不具有反射特性只具有内省特性。 (zh)
  • Інтроспекція (англ. type introspection) в програмуванні — можливість визначити тип і структуру об'єкта під час виконання програми. Інтроспекція як механізм присутня в деяких об'єктно-орієнтованих мовах, в тому числі — в усіх мовах, що дозволяють маніпулювати типами об'єктів як об'єктами першого класу. Особливо помітна в мові Objective C. Інтроспекція може використовуватись задля реалізації поліморфізму. (uk)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (61 GB total memory, 49 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software