Suppose I refer in my class to a model that contains some kind of data. After I have accessed a particular variable, let's say I want the .add(); method .add(); add these values to the object. What if I need to add multiple values to the object? We'll have to create several times .add(); , turning every time to get/set'ру in the model?
Perhaps the question is not quite correctly formulated, I apologize in advance and is also open to any amendments.