1 2 3 4 5 6 7 8 9
#include <string> #include <iostream> class Foo { public: int print_function(); int print_function2(){return 0;}; };