Util Object

The Util Object pattern defines an encapsulated area of functionality within a statically and publicly accessible class.

Rules;
  • Must not contain state, variables, or context.
  • Dependencies on outside classes should be severely limited if non-existent. 
  • Methods must be static.
  • Class should never be instantiated. 
Diagram;

0 comments:

Disqus for Wookets Wove