symbian C++ descriptor class

236 Views Asked by At

why we cannot instantiate descriptor base class(TDesc)???

1

There are 1 best solutions below

2
On

Because it is an effectively abstract base class. Instances cann't be created for abstract classes.