Advanced Constructor

Advanced Constructor

The constructor is a class in object oriented programming that initializes the program every time it is called. The constructor contains a body and arguments.

image not found

In the body you can add new actions. The actions can be added by means of dragging and dropping function blocks inside the constructor body.

In the arguments you can add, a new argument to the constructor. A argument in a constructor helps to initialize the program when it is called. With the add argument button you can add new arguments, it can either be a value or a point.

Check method part of the advanced program, for how to call a program and assign new values to the arguments of the constructor.