エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Mutable and Immutable Objects - RubyLearning
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Mutable and Immutable Objects - RubyLearning
Mutable and Immutable Objects <Syntactic Sugar | TOC | Object Serialization > Mutable objects are... Mutable and Immutable Objects <Syntactic Sugar | TOC | Object Serialization > Mutable objects are objects whose state can change. Immutable objects are objects whose state never changes after creation. Immutable objects have many desirable properties: Immutable objects are thread-safe. Threads cannot corrupt what they cannot change. Immutable objects make it easier to implement encapsulation. If p

