Which statements about a variable with a type of var are true? (Choose two.) A. The variable

Question:

Which statements about a variable with a type of var are true? (Choose two.)

A. The variable can be assigned null at any point in the program.

B. The variable can be assigned null only after initial initialization.

C. The variable can never be assigned null.

D. Only primitives can be used with the variable.

E. Only objects can be used with the variable.

F. Either a primitive or an object can be used with the variable.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: