1.

Explain the difference between “as” and “is” operators used in C#?

Answer»

"is" operator

"as" operator
  • Used for the CASTING of the object to type or class


Discussion

No Comment Found