reader class : reader() fitter

Description

Get a new instance of reader class.

Syntax

new reader()

Arguments

None.

Return value

ClassDescription
readerA new instance of reader class. This instance has not been initialized.

Sample code

1:

reader r = new reader();

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.

Copyright © Cooker All rights reserved.