Answer:
- The pattern is applicable only in the context of interactive applications with human–computer interface
- MVC divides an interactive application into three areas Processing, Output, Model
- The Model is independent of specific input or output representations.
- The View component has more than one representation of a single model
- The Controller translates events to service requests for the model or display requests for the view
Asked In: Many Interviews |
Alert Moderator