previous | start | next

Constructing Objects (Syntax 3.1)

Syntax 3.1 : Object Construction

Class_name(construction parameters);
Example:
Time(19, 0, 0);
Purpose: Construct a new object for use in an expression.


previous | start | next