1.

Is There An Equivalent To The Instanceof Operator In Visual J++?

Answer»

C# has the is OPERATOR:
EXPR is TYPE

C# has the is operator:
expr is type



Discussion

No Comment Found