If there is a Model class,View class,Controller class then
How these are internally related? Which layer objects
instantiated in which layer? How they communicates?
Answer Posted / rasik210
Q. Which layer objects
instantiated in which layer? How they communicates?
Ans. As much as I understand Controller class controls the
instantiation of both the view and Model classes.
Controller instatiates the model class fetches data from it
and passes it onto View class for displaying it to the end
user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the executor design pattern?
What are the categories in which the design patterns can be divided?
what are the creational design patterns
What is difference between function oriented design and object oriented design?
Is mvc is a design pattern?
What is factory method in design pattern?
Can we have this pattern implemented using static class?
What is synchronizer token pattern?
Are you using singleton in your code?
What are the examples of the behavioral design patterns?
What is lexi design pattern?
4. Identify and bound the SOI’s Operating Environment.
Why do we need singleton pattern?
What is the builder pattern?
What is architecture and what is design?