Discussion :: MVVM
- What are the responsibilities of model?
A.
It is composed of objects with properties and some variables to contain data in memory
|
B.
Some of those properties may have reference to other model objects and create the object graph which as a whole is the model objects
|
C.
Model objects should raise property change notifications
|
D.
All the Above
|
Answer : Option D
Explanation :
Be The First To Comment