What is interface in term of oop (flash actionscript)? : adobe flex action script
Answer Posted / 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 |
Post New Answer View All Answers