Skip to content

Instantly share code, notes, and snippets.

@mudiadamz
Created May 3, 2020 09:47
Show Gist options
  • Save mudiadamz/6cd5b0b026999e1cc7ce3e85057409f8 to your computer and use it in GitHub Desktop.
Save mudiadamz/6cd5b0b026999e1cc7ce3e85057409f8 to your computer and use it in GitHub Desktop.
package visitorpatern;
abstract class PersonRecursiveVisitor {
public void visit(Person person){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment