Java / OOPS Concepts and its implementation in Java
Explain Liskov Substitution Principle (LSP).
The Liskov Substitution Principle is a concept in Object Oriented Programming that states: Functions that use pointers or references to base classes must be able to use objects of derived classes without knowing it.
More Related questions...