I\'m studying Steven Kochan\'s \"Programming in Objective-C 2.0\". We created a Fraction object with two int instance variables. Later in the book Kochan uses the sizeof sta
To follow up on what Chuck said, you should use class_getInstanceSize() at runtime if you really need to know the size of an object.
class_getInstanceSize()