An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computer science, manifest typing is explicit identification by the software programmer of the type of each variable being declared. For example: if variable X is going to store integers then its type must be declared as integer. The term "manifest typing" is often used with the term latent typing to describe the difference between the static, compile-time type membership of the object and its run-time type identity.

Property Value
dbo:abstract
  • In computer science, manifest typing is explicit identification by the software programmer of the type of each variable being declared. For example: if variable X is going to store integers then its type must be declared as integer. The term "manifest typing" is often used with the term latent typing to describe the difference between the static, compile-time type membership of the object and its run-time type identity. In contrast, some programming languages use implicit typing (a.k.a. type inference) where the type is deduced from context at compile-time or allow for dynamic typing in which the variable is just declared and may be assigned a value of any type at runtime. (en)
  • Явное назначение типов, или явная типизация — в программировании вид типизации, при котором в момент объявления переменной требуется явно указать ее тип. Противоположность явной типизации — неявная типизация, при которой эта задача перекладывается на транслятор языка. Например, если переменной X нужно присвоить целое число, для данной переменной нужно непосредственно при объявлении указать целочисленный тип. (ru)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 17508741 (xsd:integer)
dbo:wikiPageLength
  • 2129 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1047437334 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Явное назначение типов, или явная типизация — в программировании вид типизации, при котором в момент объявления переменной требуется явно указать ее тип. Противоположность явной типизации — неявная типизация, при которой эта задача перекладывается на транслятор языка. Например, если переменной X нужно присвоить целое число, для данной переменной нужно непосредственно при объявлении указать целочисленный тип. (ru)
  • In computer science, manifest typing is explicit identification by the software programmer of the type of each variable being declared. For example: if variable X is going to store integers then its type must be declared as integer. The term "manifest typing" is often used with the term latent typing to describe the difference between the static, compile-time type membership of the object and its run-time type identity. (en)
rdfs:label
  • Manifest typing (en)
  • Явное назначение типов (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is dbp:typing of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License