Example #1
0
int main()
{
    Point* p = new Point3D();
    p->NonVirtual();
    delete p;
    return 0;
}