Apply the C++ delete operator as in any conventional C++ program. Deletion of instances involves applying the destructor of that instance. The product generates a default destructor for every class in the system. You can add code to the destructor through the browser.
For example, to delete an instance pointed to by aB, use the following call:
delete aB;