[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

About: Return type

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

In computer programming, the return type (or result type) defines and constrains the data type of the value returned from a subroutine or method. In many programming languages (especially statically-typed programming languages such as C, C++, Java) the return type must be explicitly specified when declaring a function. In the Java example: public void setShuma(int n1, int n2) { Shuma = n1 + n2}public int getShuma { return Shuma;} public void returnNothing

Property Value
dbo:abstract
  • In computer programming, the return type (or result type) defines and constrains the data type of the value returned from a subroutine or method. In many programming languages (especially statically-typed programming languages such as C, C++, Java) the return type must be explicitly specified when declaring a function. In the Java example: public void setShuma(int n1, int n2) { Shuma = n1 + n2}public int getShuma { return Shuma;} the return type is int. The program can therefore rely on the method returning a value of type int. Various mechanisms are used for the case where a subroutine does not return any value, e.g., a return type of void is used in some programming languages: public void returnNothing (en)
  • В программировании тип возвращаемого значения (англ. return type) или тип результата (англ. result type) определяет и накладывает ограничения на тип данных, возвращаемых методом или функцией. Во многих языках программирования (особенно это касается языков со статической типизацией, как например, Java, C++ и Си) возвращаемый тип должен быть явно указан при объявлении функции. (ru)
  • У програмуванні тип повернення значення (англ. return type) або тип результату (англ. result type) визначає і накладає обмеження на тип даних, що повертається методом або функцією. У багатьох мовах програмування(особливо це стосується мов із статичною типізацією, як Java, C++ та C) тип, що повертається, повинен вказуватись при оголошенні функції. (uk)
dbo:wikiPageID
  • 552581 (xsd:integer)
dbo:wikiPageLength
  • 3520 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1106969051 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dct:subject
rdf:type
rdfs:comment
  • В программировании тип возвращаемого значения (англ. return type) или тип результата (англ. result type) определяет и накладывает ограничения на тип данных, возвращаемых методом или функцией. Во многих языках программирования (особенно это касается языков со статической типизацией, как например, Java, C++ и Си) возвращаемый тип должен быть явно указан при объявлении функции. (ru)
  • У програмуванні тип повернення значення (англ. return type) або тип результату (англ. result type) визначає і накладає обмеження на тип даних, що повертається методом або функцією. У багатьох мовах програмування(особливо це стосується мов із статичною типізацією, як Java, C++ та C) тип, що повертається, повинен вказуватись при оголошенні функції. (uk)
  • In computer programming, the return type (or result type) defines and constrains the data type of the value returned from a subroutine or method. In many programming languages (especially statically-typed programming languages such as C, C++, Java) the return type must be explicitly specified when declaring a function. In the Java example: public void setShuma(int n1, int n2) { Shuma = n1 + n2}public int getShuma { return Shuma;} public void returnNothing (en)
rdfs:label
  • Return type (en)
  • Тип возвращаемого значения (ru)
  • Тип повернення значення функції (uk)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink 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