What does the mvc pattern define with 3 logical layers?
Answer Posted / Chanda Kumari
The MVC pattern defines three logical layers: Model (handles data and business logic), View (handles user interface and presentation), and Controller (handles input and navigation between views).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers