I've got fairly high level memory consideration type questions.
If you have a class with thousands of lines of code does this mean when you instantiate the class the associated object is bigger than and object of a relatively lean class?
How does what's inside the class affect it's size? e.g. If the class has no instance variables but lots of methods defined does this necessarily create a large object?
Which will use less memory?
or
P.S. I have no idea how the above will format, why is there no preview button?
