❔ ✅ Stopping any additional subclassing of a class
I've got the following code:
Is there a way of stopping any other classes subclassing
Is there a way of stopping any other classes subclassing
MyBase other than the two here? I need to be able to do these subclasses, but don't want anyone to be able to do any more.