Servant

Define common functionality for a group of classes. The servant pattern is also frequently called helper class or utility class implementation for a given set of classes. The helper classes generally have no objects hence they have all static methods that act upon different kinds of class objects.

Examples in V
No examples yet.
You can see if there are examples in other languages or
be the first to post an example in V!