Object of an abstract class
Posted
by webgenius
on Stack Overflow
See other posts from Stack Overflow
or by webgenius
Published on 2010-03-13T19:32:07Z
Indexed on
2010/03/13
19:35 UTC
Read the original article
Hit count: 233
Why is it not possible to create an object of an abstract class?
I understand that the compiler creates a VTABLE with VPTR pointing to NULL. Does this prevent from creating an object of an abstract class?
© Stack Overflow or respective owner