What's the usage if I provide an implementation for a pure virtual function in C++
- by skydoor
I know that it's OK for a pure virtual function to have an implementation. However, why it is like this? Is there conflict for the two concepts? What's the usage? Can any one offer any example?