How to check for derived classes?

Hello All,

I have a base class and in a project I have some other classes which are derived from this class.
Is there any command in Linux/Unix to identify which all classes have been derived from a particular base class?

Thanks in advance.
Your question demonstrates a general lack of understanding of the relationship between your operating system (Linux) and a programming language. The answer to your question is 'no' though.
I don't know about Linux command but you can use a dynamic_cast in code.
Topic archived. No new replies allowed.