Visitor design pattern allows the addition of completely different functionalities to an existing class without much alteration in the original class.
Let me explain it with an example.
Suppose there are two items a shop sells - Book and Medicine
Now...