Sep 11, 2022
1. this return double type is restricting . can you make it generic ?(yes you can ) .
2. You can just rename GetAreaVisitor to just AreaVisitor etc, i like the IGeometryVisitor name you came up with
3. Did you know that Visitor pattern is similar to the Catamorphism concept in Functional Programming. You might want to research that, you might find it interesting.