Multiple choice Which of the following is a false statement about 'Model-View-Controller' patterns? These provide reusability to the business logic in the application components. The model has information about the data in the application. The controller or presenter links the model and the view. These patterns have a series of providers to connect to the source data. The user interaction with the view raises events in the controller, which updates the model. Reveal answer Fill a bubble to check yourself D Correct answer Explanation MVC patterns have only single providers to connect the data.