如果物件被創造出來後,其value 沒辦法被改變,稱之為Immutable objects。 常見的Immutable objects 的型態,像是int, float, string, tuple。
確定! 回上一頁