If I have an object that has a variable containing an image, the image will be saved for each object I create even if it’s always the same image. Right? (unless I make it static)
What I meant is that for each instance of the object, the entire image data will have to be save in memory and not just an address referencing to that image?