Template member function virtual?

Posted by WannaBeGeek on Stack Overflow See other posts from Stack Overflow or by WannaBeGeek
Published on 2010-03-01T06:26:35Z Indexed on 2010/05/24 14:11 UTC
Read the original article Hit count: 132

Filed under:
|
|

I heard, templated member functions of a class can't be virtual. Is it true? BTW, if they can be, then please give an example of such a scenario when I would need such function?

© Stack Overflow or respective owner

Related posts about c++

Related posts about template