136k views
5 votes
Which of the following would not be part of the model layer in the MVC model?

1) Tabs
2) Fields
3) Relationships
4) Objects

User Dyptorden
by
8.5k points

1 Answer

2 votes

Final answer:

In the Model-View-Controller (MVC) architectural pattern, the model layer is responsible for managing the data and logic of an application. Tabs would not be part of the model layer.

Step-by-step explanation:

In the Model-View-Controller (MVC) architectural pattern, the model layer is responsible for managing the data and logic of an application. The model layer typically includes objects, fields, and relationships that represent the data and business rules of the application. However, tabs would not be part of the model layer in the MVC model.

User John
by
8.0k points