Computer Science, asked by bharat000, 3 months ago

What are immutable ardmutable types​

Answers

Answered by Anonymous
0

Answer:

Immutable Objects : These are of in-built types like int, float, bool, string, unicode, tuple. In simple words, an immutable object can't be changed after it is created. Mutable Objects : These are of type list, dict, set . Custom classes are generally mutable.

Answered by rekhagupta01
0

Explanation:

These are of in-built types like int, float, bool, string, unicode, tuple. In simple words, an immutable object can't be changed after it is created.

Similar questions