sentium
February 27th, 2000, 06:28 AM
Hi ,
Is there anyway to instantiate an abstract class , though Java forbids it.
Thanx
ever curious
Is there anyway to instantiate an abstract class , though Java forbids it.
Thanx
ever curious
|
Click to See Complete Forum and Search --> : abstract class sentium February 27th, 2000, 06:28 AM Hi , Is there anyway to instantiate an abstract class , though Java forbids it. Thanx ever curious keithmcelhinnney March 2nd, 2000, 09:47 AM Nope. You could override it and just to nothing in the abstract calls. keith codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |