Java: How to check if class is a subclass of another class ? November 13, 2020 | No Comments | Java In Java class can inherit from another class. So the ‘child’ class have its parent. How to check if one class is a subclass of […]