Objects

Objects are complex data you can store as a variable. They have a custom type— which the programmer can set.

The syntax of an object is:

Type object = new Type(data)

Last updated