Constructing objects
If a program constructs five TextBoxes:
- How many object variables will be created?
- How many sets of TextBox properties will be created?
- How many Text properties will be created?
- How many copies of the subprogram for the AppendText method will be created?
- How many copies of the subprogram for the Clear method will be created?