#include <animal.h> main() { Animal myAnimal; myAnimal = AnimalNew (); /* ... */ _somPrintSelf (myAnimal); _somFree (myAnimal); } /* Output from this program: {An instance of class Animal at address 0001CEC0} */