The most popular of these patterns is MVC, which includes the following 3 components: model, view, and controller:
- Model
-
- The component corresponds to all the data-related logic that the user works with.
For example, in a bookstore application, the Model would handle data related to books, such as the book title, author, price, and stock level.
|
|
|