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?
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.