What is the model of the MVC 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Apple, Lives in Cupertino, CA
The MVC pattern, in a nutshell, is this: The model represents the data, and does nothing else. The model does NOT depend on the controller or the view. The view displays the model data, and sends user actions (e.g. button clicks) to the controller.
2023-05-06 05:04:20
评论(499)
Helpful(122)
Helpful
Helpful(2)

Olivia Foster
QuesHub.com delivers expert answers and knowledge to you.
The MVC pattern, in a nutshell, is this: The model represents the data, and does nothing else. The model does NOT depend on the controller or the view. The view displays the model data, and sends user actions (e.g. button clicks) to the controller.