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