A
- abstract
-
A
class modifier that specifies that the
class must be derived from to be instantiated.
- as
-
A binary operator type that casts the left operand to the type
specified by the right operand and that returns
nullrather than
throwing an exception if the cast fails.
|