What is Model View Controller (MVC)?

Submitted by: Administrator
Model-View-Controller (MVC) is a design pattern in which "the user input, the modeling of the external world, and the visual feedback to the user are explicitly separated and handled by three types of object." The model consists of data and business rules, and the controller mediates the communication between the model and the user. A view can be any visual element such as a printout or a web page. Multiple views of the same data are possible, such as a pie chart for management and a spreadsheet for accountants.
Submitted by: Administrator

Read Online Model View Controller (MVC) Job Interview Questions And Answers