c++, protected abstract virtual base pure virtual private destructor

Viewed 8402

So, I found this quote today, can anyone explain?

"If you think C++ is not overly complicated, just what is a protected abstract virtual base pure virtual private destructor and when was the last time you needed one? — Tom Cargill"

5 Answers
Related