725 views
in GUI Development by
Objects can be created dynamically by using the 'new' operator. Why does the programming language Chora not provide a 'delete' operator?

1 Answer

0 votes
by
The entire memory management within an Embedded Wizard UI application is controlled by a Garbage Collector. It ensures that memory is released when it is not used any more. This means: You never need to worry about it!

As soon as there are no more references to an object, it is unreachable and can be freed by the Garbage Collector.

The big advantage: You cannot access any object which is already freed and you cannot free an object twice...

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...