#include "Function.h" #include void HelloWorld(int iterations){ for(int i = 0; i hello(HelloWorld); hello(3); SillyHello chickenfeet; Function helloclass(&chickenfeet, &SillyHello::displaySelf); helloclass(); Function doubley = helloclass; doubley(); return 0; }