Helper class
From Wikipedia, the free encyclopedia
(Redirected from Helper Class (computer science))
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (February 2009) |
Helper Class is a programming technique in object-oriented programming that is not recommended[citation needed]. Helper classes are a term given to classes that are used to assist in providing some functionality, though that functionality isn't the main goal of the application.
The terminology may also be referring to the Delegate object, also sometimes called a Helper object, in the Delegation pattern.