VISITOR 3 / 6 1 / 6 VISITOR DESIGN PATTERN: SCENARIO Used when - - PowerPoint PPT Presentation

visitor
SMART_READER_LITE
LIVE PREVIEW

VISITOR 3 / 6 1 / 6 VISITOR DESIGN PATTERN: SCENARIO Used when - - PowerPoint PPT Presentation

VISITOR 3 / 6 1 / 6 VISITOR DESIGN PATTERN: SCENARIO Used when an operation needs to be performed on the elements of an object structure. Lets you dene a new operation without changing the classes of the elements on which it operates. 3


slide-1
SLIDE 1

VISITOR

3 / 6 1 / 6

slide-2
SLIDE 2

VISITOR DESIGN PATTERN: SCENARIO

Used when an operation needs to be performed on the elements of an

  • bject structure.

Lets you dene a new operation without changing the classes of the elements on which it operates.

3 / 6 2 / 6

slide-3
SLIDE 3

VISITOR EXAMPLE

More here: https://sourcemaking.com/design_patterns/visitor

3 / 6 3 / 6

slide-4
SLIDE 4

VISITOR UML

3 / 6 4 / 6

slide-5
SLIDE 5

ANOTHER VISITOR EXAMPLE

The scenario

1 / 6 5 / 6

slide-6
SLIDE 6

The visitor pattern solution

*these slides by Larry

2 / 6 6 / 6