CSE MCQs :: MVVM
- In the following XAML example, in which color will the text appear to the user?
- What are the disadvantages of Mvvm?
- What are advantages of MVVM over MVC?
- What are the responsibilities of model?
- What are the ways used to construct views?
- What are the benefits of MVVM?
- MVVM is incorporated with the
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
|