Can destructor be declared as pure virtual?

Posted by skydoor on Stack Overflow See other posts from Stack Overflow or by skydoor
Published on 2010-03-20T01:04:40Z Indexed on 2010/03/20 1:11 UTC
Read the original article Hit count: 240

Filed under:

I know that the destructor can be virtual, how about pure virtual?

if yes, what's the usage? If not, what's the error, compile error or runtime error?

© Stack Overflow or respective owner

Related posts about c++