MVC stands for Model View Controller, MVC is a software architecture, currently considered an architectural pattern used in software engineering. The pattern isolates "Buisiness logic" (the application logic for the user) from input and presentation (GUI), permitting independent development, testing and maintenance of each. An MVC application may be a collection of model/view/controller triplets, each responsible for a different UI element.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers