#include // main.cpp #include "Point.h" using namespace std; int main(void) { cout << Point::getClassName() << endl; return 0; }