What keyword allows us to implement abstraction better in flex?
Answer Posted / 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 |
Post New Answer View All Answers