✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Which of the following statements about MVC (model-view-controller) are true?
a) MVC is an architectural pattern (uses the software design patterns observer, composite).
b) MVC allows to have multiple views operating with the same model.
c) The listeners of mouse events or button clicks are implemented in the model.
d) The model listeners are implemented in the model.