writer class : writer() fitter
Description
Get a new instance of writer class.
Syntax
new writer()
Arguments
None.
Return value
Class | Description |
writer | A new instance of writer class. This instance has not been initialized. |
Sample code
1: | writer w = new writer(); |
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 not been initialized.
Links for reference
None.