Challenge: Visitor Pattern

In this challenge, you have to implement the visitor pattern to solve the given problem.

Problem statement

In this challenge, you need to implement the visitor pattern to separate Rock music from the other genres of music by creating a ...