Question: 1. What is polymorphism in python? Please show examples when analyzing. 2. What is immutability in python? Please list the objects that are immutable and

1. What is "polymorphism" in python? Please show examples when analyzing. 2. What is "immutability" in python? Please list the objects that are immutable and mutable in python. 3. How could you show list is immutable/mutable by using id()? How could you show string is immutable/mutable by using id()? You can answer these questions by write submission or submit attachment with anwsers inside. Rubric: 1. Q1 - 30: (10) high-level description of what it is. (20) examples + analysis2. . 2. Q2 - 30 (10) high-level description of what it is. (10) list immutable object types. Do not limit to three types delivered this week. (10) list mutable object types. Do not limit to three types delivered this week. . 3. Q3 - 40 (5 for each) Words to show whether it's immutable/mutable before analysis. (15 for each) Analysis to say why it is by using id()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
