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
Total Preview: 923
What is MVC?/ Explain about model, view, controller?
Copyright © 2024. Powered by Intellect Software Ltd