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 another class in Java ? Continue reading “Java: How to check if class is a subclass of another class ?”
Tag: JAVA
Zasada podstawienia Liskov’a
Co to jest Zasada podstawienia Liskov’a w programowaniu Obiektowym ? Continue reading “Zasada podstawienia Liskov’a”