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 |
Explain in which level does the original movie resides? : adobe flex action script
How do I get access to the j2ee session from my remoteobjects? : adobe flex action script
What is the use of disableautoupdate method?
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
How do you implement push on a flex applications? : adobe flex action script
Difference between http service and remote object?
What is cairnghorm in flex? How do we use it?have you worked with cairnghorn in flex?
Explain the arguments of addeventlistener() method?
What is the difference between httpService & Data Service?
What is state? : adobe flex action script
Can I still build flex 2 applications with flex builder 3 beta 3?
Why would you want to keep a reference to a changewatcher and call unwatch()?