1.

Is object of a class mutable? Why/why not?

Answer»

User classes are considered mutable. Python doesn’t have (absolutely) private attributes, so you can always change a class.



Discussion

No Comment Found