Question: Explain the concept of the MVC (Model-View-Controller) architectural pattern.Answer: MVC separates an application into three interconnected components: the Model (data and business logic), the View (user interface), and the Controller (handles user input and updates the model).Example:
|
Is it helpful?
Yes
No
Most helpful rated by users:
- What is the difference between a stack and a queue?
- What is the purpose of an index in a database?
- What is the purpose of the \'git\' version control system?