In the MVC (Model-View-Controller) pattern, what is the Controller's responsibility?
Answer options
A
Storing application data and business logic
B
Rendering the user interface
C
Handling user input and coordinating between Model and View
D
Managing database connections
Correct answer: Handling user input and coordinating between Model and View
Explanation
Quick AnswerThe correct answer is Handling user input and coordinating between Model and View because it directly addresses the core logic of Software Engineering.
This question has been retained as-is due to its unique context.