@tlhall
if i understand correctly, by βcastingβ, you mean a operator-like syntax to convert type?
as in γ(double) nγ in java.
or, do you mean, automatic/implicit type conversion?
as far as i know, geeks recommend to avoid implicit type conversion. So, casting is good.
what
@Atom_Rocket said further confused me. It seems on totally another interpretation.
as far as i know, casting is just explicit type conversion, and geeks like explicit. (including me)