Use-cases of pure virtual functions with body?

Posted by Rahul G - I hate Unicorns on Stack Overflow See other posts from Stack Overflow or by Rahul G - I hate Unicorns
Published on 2010-04-09T16:52:24Z Indexed on 2010/04/09 17:13 UTC
Read the original article Hit count: 374

Filed under:
|

I recently came to know that in C++ pure virtual functions can optionally have a body.

What are the real-world use cases for such functions?

© Stack Overflow or respective owner

Related posts about c++

Related posts about virtual-functions