Welcome to Think Quality

This is a basic introduction to demonstrate the Model-View-Controller (MVC) architecture.

Model

The Model represents the data and business logic of the application. It encapsulates the state and behavior.

View

The View represents the presentation layer of the application. It displays the data to the user and captures user input.

Controller

The Controller acts as an intermediary between the Model and the View. It receives user input, processes it, and updates the Model or the View accordingly.


Created by: [Adia, Dave Clarence M.]

Think Quality