Solved

Suppose a Project Has a Form Named SummaryForm

Question 60

Multiple Choice

Suppose a project has a form named SummaryForm. Which one of the following statements creates an instance of the SummaryForm class and assigns it to a variable?


A) SummaryForm.ShowDialog() ;
B) SummaryForm = this.Form() ;
C) mySummaryForm = SummaryForm() ;
D) mySummaryForm = new SummaryForm() ;

Correct Answer:

verifed

Verified

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

Related Questions