Action Script Question:
Can you explain what are the changes presented by ActionScript?
Answer:
- ActionScript removed the differences between the primitive and reference types that are made in the object oriented languages.
- ActionScript considers all variables as references types and provide way to inherit the features easily.
- Objects belong to the primitive data types of the ActionScript and use the special operators to pass the value.
- Variables are of primitive type and the data types are used as a parameter to be passed to a function.
- The variables can be used inside the function without altering the original values used in other functions.
- ActionScript considers all variables as references types and provide way to inherit the features easily.
- Objects belong to the primitive data types of the ActionScript and use the special operators to pass the value.
- Variables are of primitive type and the data types are used as a parameter to be passed to a function.
- The variables can be used inside the function without altering the original values used in other functions.
Previous Question | Next Question |
How to write a program that shows the usage of data types? | Tell me what are the different ways in which the variables can be assigned? |