1)

In C#, which operator determines whether an object is of a certain type?


A) ?:

B) is

C) as

D) *

Answer:

Option B

Explanation:

is operator determines whether an object is of a certain type.