Is visitor pattern a behavior pattern?

Visitor design pattern is one of the behavioral design patterns . It is used when we have to perform an operation on a group of similar kind of Objects. With the help of visitor pattern, we can move the operational logic from the objects to another class.

Sizin İçin Seçtik  What is the difference between strategy pattern and Observer pattern?

Leave a Reply

Your email address will not be published. Required fields are marked *