Differentiate one-way and two-way data binding.

1.4K    Asked by AryanKhan in Python , Asked on Dec 4, 2019
Answered by Aryan Khan

One-way data binding is to bind data from model-to-view, and the two-way data binding is to bind data from model-to-view and view-to-model.

Below is the key difference between one-way and two-way data binding:






Your Answer

Interviews

Parent Categories