What Are Advantages and Disadvantages of MVC model?
Advantages -
1. Each
MVC object has different responsibilities
2. The
development progresses in parallel
3. Easy
to manage and maintain your app code
4. All
classes and object are independent of each other
Disadvantages -
1. The
model pattern is little complex
2. It
is little difficult to use MVC as like modern user interface.
3. Inefficiency
of data access in view