Question: Explain types of data available in vb.net?
There are different types of data available in vb.net that can store various kinds of values. Some of the data types are primitive, which means they are predefined by the language, such as Boolean, Byte, Char, Date, Decimal, Double, Integer, Long, Single, and String. Other data types are non-primitive, which means they are defined by the user, such as structures, enumerations, classes, and arrays. Each data type has a specific range of values and a nominal storage allocation that depends on the platform of implementation.
Comments
Post a Comment
let's start discussion