Scala – Access Modifiers

A modifiers restrict access to the members to certain regions of code. Modifier types are Public, Private, Protected, Object-private and Package Scope.