123.
can we create a Private class (not an inner class)?
View Description
We cannot create a private class,by default it is public ,it will show compilation error if we create a private class. The error "Elements defined in a namespace cannot be explicitly declared as private, protected, or protected internal" is generated