Action Script Question:
Download Job Interview Questions and Answers PDF
Explain what are the data types supported by ActionScript?
Answer:
- 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.
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.
Download Action Script Interview Questions And Answers
PDF
Previous Question | Next Question |
How to write a program to show the external ActionScript? | Can you explain what are the complex data types used in ActionScript? |