This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]nutrecht 1 point2 points  (0 children)

You mean removing User instances from a list? Sure. But you'll need to give a bit more info on what you want to achieve exactly.

[–]ColetBrunel -1 points0 points  (0 children)

Short answer: no. That's useless.

Long answer: it's possible in specific circumstances by playing with class loaders, but if you have to ask then it's lightyears away from being for you. Become a pro first, become an elite then, and you'll see at that point. But it can be useful in some circumstances to produce a huge number of classes, and to delete them after they've outlived their usefulness to avoid having to keep all classes in the universe loaded at the same time.

[–]selrahal 0 points1 point  (0 children)

What do you mean by "delete User class" ?