Multiple choice technology programming languages

Advantages of MVC

  1. Reusable

  2. Expressive

  3. not easy to use

  4. Easier support

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

The MVC design pattern separates application logic into Model, View, and Controller, promoting code reusability and easier support/maintenance. It is expressive as it clearly separates responsibilities, while "not easy to use" is generally a disadvantage or misconception rather than an advantage.