Regarding class

How to destroy class object which was already created?

In reply to kiran_vlsi:

There is no method to destroy a class object after it is created. The simulator will automatically delete objects which are no longer referenced.

In reply to cgales:

Thank You.