A class type cast can be used to force a subclass reference that was assigned to a superclass variable to be converted back into an object reference of the subclass type (class type casts, however, cannot be used to force an object reference to be converted into another object reference of a class type which is not the original type, or a subclass, of the object reference being typecasted)