Question: Explain the concept of the 'Model-View-ViewModel' (MVVM) architectural pattern.Answer: MVVM is an architectural pattern that separates the application into three components: Model (data and business logic), View (user interface), and ViewModel (mediator between the Model and View).Example:
|
Is it helpful?
Yes
No
Most helpful rated by users:
- What is the difference between a stack and a queue?
- What is the purpose of an index in a database?
- What is the purpose of the \'git\' version control system?