abstract class

Hi ,
Is there anyway to instantiate an abstract class , though Java forbids it.
Thanx
ever curious
[122 byte] By [sentium] at [2007-11-15 19:54:31]
# 1 Re: abstract class
Nope. You could override it and just to nothing in the abstract calls.

keith
keithmcelhinnney at 2007-11-10 2:55:56 >