Yesterday I was reading a blog post about var and val
What I thought so far about the difference with keywords var (mutable) and val (immutable) . So here from this post, what I deduced is that val members can also be changed internally. It is only that once declared it cannot be reassigned. Am I right or is there something I am missing ?