What is interface or benefit of interface in term of oop?
Answer / Salman Husain
An interface in object-oriented programming (OOP) defines a contract or blueprint for a set of methods that a class must implement. Interfaces allow for polymorphism, promoting loose coupling between objects, and making your code more modular, flexible, and reusable. By using interfaces, you can define a common behavior for multiple classes without having them inherit from the same base class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how binding works in mxml components in flex?
Explain Life cycle of flex appln/component?
What happens if an .swf is loaded into a already occupied level?
What is a resource manager in flex actionscript?
Explain the configuration details of blaze ds?
Difference between cairngorm event and flex event?
Explain Event Bubbling?
Mytree appears just fine but why ca not I access the node attributes?
Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?
What is stoppropagation() and stopimmediatepropagation()?
How do you implement push with flex data services? : adobe flex action script
How do we identify a component created in a repeater using flex? : adobe flex action script