...this is when the space for the objects is allocated(and at a different place away from wherever the methods are stored). The total space would be 3*(sizeof(MyType)) as there are three objects (x, y, z) each occupying a space of sizeof(MyType). Incidentally (and obviously) sizeof(MyType) gives...