M
Matthias Kaeppler
Hi,
is it normal that the compiler doesn't complain
when I execute a modifying method on a final object?
Does final only mean that the object simply isn't
being modified?
I'm coming from the C++ camp, and there you have
no chance to call non-const methods on const
objects without getting a compile time error.
Thanks,
Matthias
is it normal that the compiler doesn't complain
when I execute a modifying method on a final object?
Does final only mean that the object simply isn't
being modified?
I'm coming from the C++ camp, and there you have
no chance to call non-const methods on const
objects without getting a compile time error.
Thanks,
Matthias