Topic: Liskov's Substitution Principle Shubho: The name "Liskov's Substitution Principle" sounds very heavy, but the idea is pretty basic. Take a look at this interesting poster: Liskov Substitution Principle poster The principle says: "Subtypes must be substitutable for their base types." Or, ...
What is the Liskov Substitution Principle? Why is it important to write a pseudocode before writing the actual code? Define the pseudo-code. Give an example of a programming situation where you could use multiple objects of different classes. Why is interaction design is important? What is ...