However, for the same reason, you
can't declare a
static method to be
abstract. Normally, the compiler
can guarantee that an
abstract method will have a real implementation any time that it is called, because you
can't create an instance of an
abstract class.Jul 1, 2013
read more >>