1.

Define Model, View Controller?

Answer»

MODEL: provides the central functionality of the APPLICATION and is aware of each of its dependent VIEW and controller components.
View: corresponds to a particular style and format of presentation of information to the user.The view CREATES its associated controller.
Controller: accepts user input in the form of EVENTS that trigger the execution of operations within the model.

Model: provides the central functionality of the application and is aware of each of its dependent view and controller components.
View: corresponds to a particular style and format of presentation of information to the user.The view creates its associated controller.
Controller: accepts user input in the form of events that trigger the execution of operations within the model.



Discussion

No Comment Found