What is a dependent?
Ans. A dependent is an object that is dependent on the information residing in a model. A dependent object is usually a view, a window, or another model and is contained in dependents collection of a model. Q39. How do I add a dependent to a model? Ans. aModel addDependent: aDependent. This method adds aDependent to aModel’s dependents collection.