What does Liskov substitution principle specify?
(a) parent class can be substituted by child class
(b) child class can be substituted by parent class
(c) parent class cannot be substituted by child class
(d) No classes can be replaced by each other
I had been asked this question in class test.
My question is from Liskov’s Principle in section Autoboxing & Miscellaneous of Java