How to encapsulate the helper functions(commonly used apis) in a OOP language like java?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-03-21T14:33:39Z Indexed on 2010/03/21 14:41 UTC
Read the original article Hit count: 116

Filed under:
|
|

These functions may be hard to fit into a specific class,

what's the best practice to deal with them?

© Stack Overflow or respective owner

Related posts about oop

Related posts about java