Answer:
View and the Controller code breaks
Both view and controller components make direct calls to the model. If a change occurs in the model’s interface, this coupling increases the possibility of code breaks in the view and the controller code
Inefficiency of data access in View
The view at times might have to make multiple calls to obtain its display data and thereby weakens the performance of the system
Asked In: Many Interviews |
Alert Moderator