Question:What is MVC?/ Explain about model, view, controller?
Answer : Elaboration of MVC is Model View Controller. It is a pattern for building application. The Model represents the application core (for instance a list of database records). The View displays the data (the database records) and The Controller is the business logic.
+ Report
What is MVC?/ Explain about model, view, controller?