Podcast
Questions and Answers
According to the Open Closed Principle, a module should be:
According to the Open Closed Principle, a module should be:
The key to the Open Closed Principle is:
The key to the Open Closed Principle is:
According to the Liskov Substitution Principle, subclasses should be:
According to the Liskov Substitution Principle, subclasses should be:
The Liskov Substitution Principle ensures that passing an instance of a derived class to a function expecting an instance of its base class:
The Liskov Substitution Principle ensures that passing an instance of a derived class to a function expecting an instance of its base class:
Signup and view all the answers
The Open Closed Principle emphasizes on:
The Open Closed Principle emphasizes on:
Signup and view all the answers