Well, if your method returns a `T` and you return ...
# announcements
d
Well, if your method returns a
T
and you return that object, whenever someone tries to use it as a
T
, they will get a
ClassCastException
.