Image declared as 'final' -?

It’s kind of mentioned in the copy constructor/assignment text :

Creates a shared reference to another image.
This won’t create a duplicate of the image - when Image objects are copied, they simply point to the same shared image data

But it should probably be mentioned more prominently.

1 Like