Adobe Flash Question:
Download Questions PDF

Which of the following statements is true about ActionScript in regards to the enforcement of private scope and public scope?

Answer:

A. It is strongly typed.
B. You can manually set the scope of methods and properties as either private or public.
C. Methods of public scope are only accessible outside the object.
D. There is no enforcement of the private and public scope with ActionScript.

Download Adobe Flash Interview Questions And Answers PDF

Previous QuestionNext Question
Which of the following method is best for removing an object(e.g.,myObj) from memory?Which of the following is NOT a good idea when working with methods: