Derived Types
Last updated
Last updated
Internet object specifies the following number derived types and also provides built-in support for them.
The following snippet represents a number and its derived types.
Here the applicationNo
is of integer type and will only accept integers. Similarly, rollNo
, totalScore
, percentage
and paperCode
are of different types such as int32
, int16
, number
, and byte
. Therefore they will only accept values with the defined types for the respective variable.