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 […]
Zasada podstawienia Liskov’a June 2, 2020 | No Comments | Java, Programowanie Co to jest Zasada podstawienia Liskov’a w programowaniu Obiektowym ?