Constructing new objects
Which of the following is/are true?
- Objects constructed from toolbox classes do not have to be declared
- Objects constructed from toolbox classes do not have to be constructed
- New is used to construct new classes
- New is used to construct new objects
- StreamReader has a New method
- The Dim statement creates an object
- Button has a New method
If you think Button has a New method, can you find the call on it in one of the programs you have written?