Constructing objects

If a program constructs five TextBoxes:
  1. How many object variables will be created?
  2. How many sets of TextBox properties will be created?
  3. How many Text properties will be created?
  4. How many copies of the subprogram for the AppendText method will be created?
  5. How many copies of the subprogram for the Clear method will be created?