⟩ Which of the following is NOT a good idea when working with methods
A. Try to minimize the amount of tasks an individual method provides.
B. Use methods as an interface for use by other objects.
C. Only write one method per object.
A. Try to minimize the amount of tasks an individual method provides.
B. Use methods as an interface for use by other objects.
C. Only write one method per object.
Which of the following lines of code will create an object instance of the organism class?
Which statement best describes a property
Where is the data pulled by a load variables function stored?
When should one generally use the POST method instead of the GET method?
What is MVC and how do you relate it to flex apps?
What is state? what is the difference between states and ViewStack in flex?
Can you write to the file system from flex?
How do you use a repeater in actionscript?
How do we use css styles in flex?
How do you implement push with flex data services?