- Source: Helper class
In object-oriented programming, a helper class is used to assist in providing some functionality, which isn't the main goal of the application or class in which it is used. An instance of a helper class is called a helper object (for example, in the delegation pattern).
Helper classes are often created in introductory programming lessons, after the novice programmer has moved beyond creating one or two classes.
A utility class is a special case of a helper class in which the methods are all static. In general, helper classes do not have to have all static methods, but may have instance variables. Multiple instances of the helper class may exist as well.
Example
This is also an example of a utility class. Below are extension methods on the string object.
Alternative to helper class
Functions which are going to be helper classes could be placed close to where they are used.
The other alternative is wrapping helper class parameters into a class as a field. That class can have a name from the business domain connected to the fields it has. The example below shows how to convert helper methods to methods on domain types:
References
See also
Hierarchy
Class diagram (UML)
Class-based programming
Kata Kunci Pencarian:
- Terminal 3 Bandar Udara Internasional Soekarno-Hatta
- Pusat germinal
- Sistem imun
- Lindsay Lohan
- The Rolling Stones
- Choi Myung-bin
- Nao Oikawa
- Don Johnson
- Daftar tokoh Jombang
- Obat antivirus
- Helper class
- T helper cell
- Helper
- Hinton Rowan Helper
- Double-checked locking
- Mixin
- Helper dependent virus
- Santa's Little Helper
- Follicular B helper T cells
- Software design pattern