Question about Types and Resources

BlitzMax Forums/BlitzMax Beginners Area/Question about Types and Resources

.

You'll use...
(memory for type definition) + (200*instance size)
and not
(memory for type definition + instance size) * 200

Functions belong to the type not the instance, you will have 200 copies of the virtual table though.

.