Question:What are 3 important parts of MVC?
A The Model represent the application data
B The View renders a presentation of model data
C Module represents the application part
D The Controller handles and routes requests made by the client
+ AnswerA B D
+ Report