Visitor in VB.NET
Defines a new operation to a class without change
ReturnRepresent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates. Different visitor objects define different operations.
Comments (
)
Link to this page:
//www.vb-net.com/ProgramTheory/Visitor.htm
|