The compiler
will guarantee that instances of this
class cannot be
created.
Static classes are sealed and therefore cannot be inherited. They cannot inherit from any
class except
Object.
Static classes cannot contain an
instance constructor; however, they
can contain a
static constructor.Jul 20, 2015
read more >>