Parametric polymorphism: Difference between revisions

Content added Content deleted
(Omit zkl)
Line 519: Line 519:


Alternatively, J is statically typed in the sense that it supports only one data type (the array), though of course inspecting a value can reveal additional details (such as: is it an array of numbers?)
Alternatively, J is statically typed in the sense that it supports only one data type (the array), though of course inspecting a value can reveal additional details (such as: is it an array of numbers?)

(That said, note that J also supports some types which are not, strictly speaking, data. These types are the verb, adverb and conjunction. To fit this nomenclature, data is of type "noun". Also, nouns have some additional taxonomy which is beyond the scope of this task.)


=={{header|Java}}==
=={{header|Java}}==