what is MVC Pattern?

Answer Posted / ak

MVC is basically a layered design patterl in which separate
conceptual units are set to function independently.

For example: there may be multiple VIEW ( display monitors,
fone communicators, AVR's ) at a railway platform showing
timings of perticular train. Its sole purpose is to
display. How it will display is its responsibility which no
other layer of the design is concerned with. To get what to
display it just interacts with a MODAL which in this case
is a database.

MODAL layer is completely independent from collecting data
( controller layer) and showing it on platform ( view
layer ). Its sole responsibility is to save and retrieve
data from and to respective clients.

CONTROLLER layer is something which is involved with other
complex tasks like tracking time, distance, speed etc of
the trains.

Comments are appreciated.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is dependency injection a design pattern?

592


Can we make the reference instance non static?

554


What is the factory pattern in the design pattern?

746


What are the additional productivity features and enhancements included with Quartus II software version 6.0?

1963


Can you explain singleton pattern?

583






What are useful tools for developing and testing color schemes for web sites?

2033


What are the differences between the design patterns and the framework?

604


What is factory method in design pattern?

569


What is proxy in design pattern?

618


What is the design pattern?

645


what are the creational design patterns

676


Is singleton a design pattern?

608


Describe the builder design pattern

675


What are the types of design patterns?

580


Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?

3640