What is interface in term of oop (flash actionscript)? : adobe flex action script
Answer / Prem Singh Jat
An interface in Flash ActionScript is a collection of abstract methods that define a contract for a class to implement. An interface does not have any implementation; it only specifies the method signatures and constants. A class can then be said to implement an interface if it provides implementations for all the abstract methods defined by the interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is cairnghorm in flex? : adobe flex action script
What events are used by the collections?
Explain about component life cycle?
Explain filter function?
State the difference between array and array collection?
What is the difference between httpService & Data Service?
Differences between defining bindings in mxml and actionscript? : adobe flex action script
How do you implement push with flex data services?
What is a resource manager in flex actionscript?
Explain what happens if an .swf is loaded into a already occupied level? : adobe flex action script
Explain the configuration details of blaze ds?
Why are the columns in my datagrid in some strange order? : adobe flex action script