Each form differs based on how the controller and the model behave.Active Form:Controller handles user iteration events and updates modelState changes in the model cause the view to update (observer pattern keeps model independent of view)Note: This means the model can be changed by things other than the controller and the view will still updatePassive Form:Controller handles user interaction even