Search Results

0
votes

Getting the name of a child class in the parent class (static context)

The problem is not a language limitation, it is your design. Never mind that you have classes; the static methods belie a procedural rather than object-oriented design. You're also using global s …