In a Strict MVC architecture
Can Model talk to View.
Or
they only Controller can talk to them
Or
Model, view and controller can talk to each other.
Or The architecture, in which only controller can talk to Model and View is
Model 2 architecture?
What is the difference between Model 2 and MVC.