Multiple Choice
Suppose a project has a form named SummaryForm, which one of the following statements creates an instance of the SummaryForm class?
A) SummaryForm.ShowDialog() ;
B) SummaryForm = this.Form() ;
C) new SummaryForm;
D) SummaryForm mySummaryForm = new SummaryForm() ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Creating an instance of a form's class
Q4: The set accessor is executed anytime that
Q9: Classes are _ types.<br>A) reference<br>B) value<br>C) abstract<br>D)
Q15: When you create an object from a
Q21: When you pass an object that is
Q22: You should never store classes in their
Q28: The class header defines the class's fields,
Q44: A _ allows the user to switch
Q61: When you have multiple forms in a
Q75: If you wish to remove a form