Object of an abstract class
- by webgenius
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?