why


class Shape {
void Shape() {
Point Points[] = new Point[3];

Punten[1].Print();
Punten[2].Print();
Punten[3].Print();