www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Able to instanciate abstract class?

reply Russell Wilkins <Russell_member pathlink.com> writes:
I am able to create instances of abstract classes?  Are abstract classes
supported  (as used by java for example) or is this a bug?  (Can't find much
reference to them in the documentation).

Russell Wilkins
May 01 2004
parent "Phill" <phill pacific.net.au> writes:
"Russell Wilkins" <Russell_member pathlink.com> wrote in message
news:c6vkbt$2bt3$1 digitaldaemon.com...
 I am able to create instances of abstract classes?  Are abstract classes
 supported  (as used by java for example) or is this a bug?  (Can't find
much
 reference to them in the documentation).
You cant instanciate an Abstract class in Java and I am pretty sure you cant in D either. Phill.
 Russell Wilkins
May 01 2004