returning an abstract class from a function

Posted by cemregoksu on Stack Overflow See other posts from Stack Overflow or by cemregoksu
Published on 2010-05-18T21:27:15Z Indexed on 2010/05/18 21:30 UTC
Read the original article Hit count: 155

Filed under:
|

Is it possible to return an abstract class(class itself or a reference, doesn't matter) from a function?

© Stack Overflow or respective owner

Related posts about abstract-class

Related posts about c++