What keyword allows us to implement abstraction better in flex?
Answer / Tarun Goel
The `interface` keyword in ActionScript is used to define abstract classes and interfaces, which allow you to implement abstraction by defining a contract for what methods should be implemented without providing the implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create custom events? Explain the steps to create a new custom event?
Can I use flex builder 2 to create applications using the flex 3 sdk?
What is an event class in Flex?
Mytree appears just fine but why ca not I access the node attributes?
What did adobe announce regarding flex?
Do I need to upgrade my flash player to use beta 3?
Can flex applications communicate with each other on the client? : adobe flex action script
Can I load css style sheets dynamically at runtime? : adobe flex action script
How do we identify a component created in a repeater using flex?
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
Explain about resultevent and faultevent in remote object?
What is display container? : adobe flex action script