Sunday, June 30, 2013

Interview funda

MVC is architectural pattern which separates the representation and the user interaction. It’s divided in three broader sections, “Model”, “View” and “Controller”. Below is how each one of them handles the task.
1.The “View” is responsible for look and feel.
2.“Model” represents the real world object and provides data to the “View”.

3.The “Controller” is responsible to take the end user request and load the appropriate “Model” and “View”.




No comments:

Post a Comment