0
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
If i want to delete n number of objects from my custom class than how will I do it Note : I don't know how many objects are created from that class and also deletion of all objects will be done in one line command
1 Answer
0
Can you get a count of how many objects there are in the class?
Look at iteration functions/methods if you're not sure.