C++ 에서의 함수호출의 종류는 3가지이다:
Print(); pt.Print(); p->Print();
void (Point::*pf1)() const; void (Point::*pf2)() (int);