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
Why do we need singleton pattern?
Write the code for a singleton class?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What are the examples of the behavioral design patterns?
What are the most popular design patterns?
What are the languages used in the design pattern?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What are creational design patterns?
What is lexi design pattern?
Explain what are 5 common problems in the software development process?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
What is a lazy initialization in singleton?
What is difference between function oriented design and object oriented design?
Which design patterns have you used in your project ?
What is the difference between adapter and facade?