Skip to content

Commit e4a7c4c

Browse files
committed
introductionからprivate[this]の記述削除
1 parent ce0f1c7 commit e4a7c4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/introduction-to-scala.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Scalaが優れているのは関数型プログラミングの機能だけでは
5353
- 型パラメータの変位(variance)指定
5454
- self type annotationによる静的な依存性の注入
5555
- implicit class(conversion)による既存クラスの拡張
56-
- `private[this]` などの、より細やかなアクセス制限
5756
- Javaのプリミティブ型がラップされて、全ての値がオブジェクトとして扱える
5857

5958
以上のようにScalaではより柔軟なオブジェクト指向プログラミングが可能になっています。

0 commit comments

Comments
 (0)