What Does Liskov Substitution Principle Specify #1147
What does Liskov substitution principle specify?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - Liskovs Principle - Quiz No.1.
What does Liskov substitution principle specify?
parent class can be substituted by child class
child class can be substituted by parent class
parent class cannot be substituted by child class
No classes can be replaced by each other