diff --git a/src/introduction-to-scala.md b/src/introduction-to-scala.md index 8e857fb25..6568062cd 100644 --- a/src/introduction-to-scala.md +++ b/src/introduction-to-scala.md @@ -53,7 +53,6 @@ Scalaが優れているのは関数型プログラミングの機能だけでは - 型パラメータの変位(variance)指定 - self type annotationによる静的な依存性の注入 - implicit class(conversion)による既存クラスの拡張 -- `private[this]` などの、より細やかなアクセス制限 - Javaのプリミティブ型がラップされて、全ての値がオブジェクトとして扱える 以上のようにScalaではより柔軟なオブジェクト指向プログラミングが可能になっています。