in reply to Re^7: The fallacy of the *requirement* for read-only instance variables.
in thread The fallacy of the *requirement* for read-only instance variables.

In C++, I can declare a date that can be mutated, or a const date which is immutable. And I can convert the first to the second, or copy the second into the first.
  • Comment on Re^8: The fallacy of the *requirement* for read-only instance variables.