Adobe Flash Question:
Download Questions PDF

To create a new global variable, birthyear, with an initial value 1968, the following code should be used:

Answer:

A. new Global birthyear = 1968;
B. global(birthyear)=1968;
C. _global.birthyear=1968;
D. global.birthyear=1968;

Download Adobe Flash Interview Questions And Answers PDF

Previous QuestionNext Question
The value of a variable of timeline scope will persist until:To manually dispose of the variable myVar, the following code should used to prevent memory leaks: