loader class : loader() fitter
Description
Get a new instance of loader class.
Syntax
new loader()
Arguments
None.
Return value
Class | Description |
loader | A new instance of loader class. This instance is already initialized. |
Sample code
1: | loader loa = new loader(); |
Notes
It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.
The instance returned by this fitter has been initialized.
Links for reference
None.