Inheritance

Is there any way to find out how many derive classes are inheriting a Base class ?

Not without access to all project files and making changes to all classes (or just making list of all classes)
No. Your base class might be in a library that's used elsewhere. You simply cannot know.
Topic archived. No new replies allowed.