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
(D) Dim instructor As New Faculty
Computer Science & Information Technology
You might also like to view...
Explain why UNIX is considered the backbone of the Internet
What will be an ideal response?
Computer Science & Information Technology
A(n) __________ search uses a loop to sequentially step through an array.
a. binary b. unary c. linear d. relative e. None of these
Computer Science & Information Technology