Solved

Which Line of Code Will Declare and Create an Instance

Question 37

Multiple Choice

Which line of code will declare and create an instance of a new object variable called instructor using a class called Faculty?


A) Dim Faculty As instructor
B) Dim instructor As Faculty
C) Dim Faculty As New instructor
D) Dim instructor As New Faculty

Correct Answer:

verifed

Verified

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

Related Questions