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
What is the creational design pattern?
What is the difference between architecture and design?
Are you using singleton in your code?
What are the languages used in the design pattern?
What is onion architecture?
What is the difference between factory and abstract factory design pattern?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
Is mvc is a design pattern?
What are the disadvantages of singleton pattern?
What non-visual coding tools are available for web design?
What are the 23 design patterns?
What is the difference between factory and strategy design pattern?
What is the difference between adapter and facade?
What is the use of repository pattern?
When should design patterns be used?