Ejemplo n.º 1
0
int main() {
    Test* t = new Test();
    t->Display();
    return 0;
}