Answer:
Pattern used to implement views, which separates presentation and business logic
from the UI. Using a separated presentation allows presentation and business logic to be tested independently of the UI, makes it easier to maintain code, and increases re-use opportunities
Asked In: Many Interviews |
Alert Moderator