What are the basic sections of a class in ActionScript?
What will be an ideal response?
A class first starts with a package statement, followed by import state
ments for classes that are referred to within the class definition. The class
definition is then wrapped in a class statement, optionally inheriting the
properties and behaviors of another class using the extends statement.
Next, the class constructor defines how an instance of the class is created,
and then class methods are defined that identify the behaviors of the class.
You might also like to view...
What is the difference between TCP and UDP?
What will be an ideal response?
Originally developed by IBM, what protocol is used by Windows to share files and printers on a network?
A. Server Message Block (SMB) B. Lightweight Directory Access Protocol (LDAP) C. File Transfer Protocol (FTP) D. Hypertext Transfer Protocol (HTTP)