What is the model-view-controller (mvc) pattern? : adobe flex action script
Answer Posted / Suman Pal
Model-View-Controller (MVC) is a design pattern used in software engineering to separate an application into three interconnected components: Model, View, and Controller. The Model represents the data and business logic, the View handles user interface elements, and the Controller manages the interactions between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers