What are the data types supported by ActionScript?

What are the data types supported by ActionScript?



- ActionScripts consists of fundamental data types that allow users to create different types of data types.

The data types are defined in levels as follows:

- String: this is a collection of characters in the form of “Hello World” and it is useful to display it in a continuous form.

- Number: this consists of the numeric values that can be decimal form as well.

- Boolean: this consists of the binary format values that can have only values either “true” or “false”.

- Object: this is used as a data type and has the complex data type to inherit the properties from the other objects or classes.

- This way it provides flexibility to group the methods, functions and other objects.
Post your comment