Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

return type of a function

The result of a function is called its return value and the data type of the return value is called the return type. If a function declaration does not specify a return type, the compiler assumes an implicit return type of int . ... A function can have a return type that is a user-defined type.
Source by www.ibm.com › language_ref › func_type_specifier #
 
PREVIOUS NEXT
Tagged: #return #type #function
ADD COMMENT
Topic
Name
3+5 =