What is the model-view-controller (mvc) pattern?
Answer / Vineet Kumar
The Model-View-Controller (MVC) pattern is an architectural design used in software development to separate the data model, user interface, and application logic. In MVC, the model represents the data and business logic of an application; the view is responsible for displaying the data to the user; and the controller handles user input and updates the model and/or view accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the Similarities between Flex & Java?
How can u implement singleton in flex?
What is state? : adobe flex action script
What is the problem with calling setstyle()? : adobe flex action script
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
What is the difference between sealed class and dynamic classes in flex? : Adobe Flex ActionScript
What is dynamic keyword used for in actionscript? : adobe flex action script
Will I need to upgrade my air sdk along with flex 3 beta 3?
What does calling preventdefault() on an event do? : adobe flex action script
State the difference between array and array collection?
Mytree appears just fine but why ca not I access the node attributes?
How to create custom events? Explain the steps to create a new custom event?