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

MVC architecture provides reusability (components can be reused across applications), expressiveness (clear separation of concerns), and easier support (changes to one component don't affect others). Option C is incorrect because MVC actually makes applications easier to use and maintain.