Implement the Visitor pattern to define new operations on an object structure without changing the classes of the elements it operates on. Use when you have...