This slide shows the problem we are faced with. The variable x only has enough space for values of type Window. Yet the variable y holds more, since it also contains the data fields declared in the class textWindow.
We are trying to put a value that is too large into a box that is too small. What is going to happen to these extra fields?