What is the difference between the class name and the Library name?
What will be an ideal response?
A class name is the name used by ActionScript to access the object in the
Library; it must conform to ActionScript naming rules. The name used in
the Library panel is a design-time name that is used for organization and
can contain spaces and other characters that are not allowed in ActionScript.
You might also like to view...
An _________________________ monitors and keeps track of communication between cloud service consumers and cloud services for load balancing purposes.
Fill in the blank(s) with the appropriate word(s).
Show how to generate a client proxy class using a language such as C++ that does not support reflection, for example from the CORBA interface definition given in your answer to Exercise 5.13. Give the details of the implementation of one of the methods in this class, which should call the method doOperation
What will be an ideal response?