class2::myFunction();
12345
void class2::myFunction() { printf("myFunction"); }
12
class2 obj; obj.myFunction();