Mega Code Archive
Class Access Control Modifiers
A class can have either the public or the default access control level.
You make a class public by using the public access control modifier.
A class whose declaration bears no access control modifier has default access.