Getting the subclass name in the parent class
Reading Time: < 1 minute A mistake that I keep making – I have a class that extends another class, and I need to know the class name of that subclass. However the function where I need the name is Read More …