Jump to content

Visitor pattern: Difference between revisions

m
m (→‎{{header|Raku}}: Add a Raku example)
Line 95:
}
multi method visit(Car $e) {
say "VistingVisiting car.";
}
multi method visit(Wheel $e) {
Line 117:
Visiting body.
Visiting engine.
VistingVisiting car.
Kicking my front left wheel.
Kicking my front right wheel.
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.