struct Punkt
int x, y;
void narysuj (struct Punkt P)
// ciało funkcji
class Punkt
int x, y; public:
void narysuj ()
};