I have a list of objects of many classes that represent shap…
I have a list of objects of many classes that represent shapes. I run a loop on that list, and use a .draw() method that appropriately draws shapes from these different classes. This is an example of which of the four object-oriented pillars?