The Problem
Say I have a class Root and want to access (e.g. initialise) all its subclasses. But there can be some subclasses that need to be ignored programatically. and want
The Problem
Say I have a class Root and want to access (e.g. initialise) all its subclasses. But there can be some subclasses that need to be ignored programatically. and want