Solved

Suppose a Project Has a Form Named SummaryForm, Which One

Question 25

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions