casting operator

Special assignment operator ( ?=) for assignments between reference variables, whose assignability is checked as early as the runtime starts. Necessary for down cast.

More