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?

Disclaimer: The views and opinions expressed on unofficial pages of California State University, Dominguez Hills faculty, staff or students are strictly those of the page authors. The content of these pages has not been reviewed or approved by California State University, Dominguez Hills.