loader class : loader() fitter

Description

Get a new instance of loader class.

Syntax

new loader()

Arguments

None.

Return value

ClassDescription
loaderA 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.

Copyright © Cooker All rights reserved.