What is interface or benefit of interface in term of oop? : adobe flex action script
Answer Posted / Preeti Pawar
"In Object-Oriented Programming (OOP), an Interface is a collection of abstract methods that define a contract for a set of functionality. This allows for polymorphism, as multiple classes can implement the same interface and provide their unique implementation of these methods. In Adobe Flex, interfaces help achieve loose coupling between components, making them easier to develop, test, and maintain."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers