Python - Polymorphism and Dynamic Behavior
You have a function that calls the
draw() method on any object passed to it, without checking the object's class. What programming principle does this illustrate?