53.7k views
2 votes
An important different between the two styles MVC and PAC is that

a. The data in PAC is passive
b. The data in PAC is active
c. The data in MVC is passive
d. The data in the MVC is active

User MarcoBrand
by
8.8k points

1 Answer

2 votes

Final answer:

The difference between MVC and PAC is that the data in PAC is passive, while the data in MVC is active.

Step-by-step explanation:

One important difference between the two styles MVC (Model-View-Controller) and PAC (Presentation-Abstraction-Control) is that the data in PAC is passive. In PAC, the data is managed and updated by the controller and the model, while the view only displays the data. On the other hand, the data in MVC is active. In MVC, the data is actively manipulated and updated by the model, and the view reflects any changes made to the data.

User Vinay Nagaraj
by
7.8k points