Non-virtual interface design pattern in C#/C++

Viewed 7452

When designing an interface, someone recommended to use the non-virtual interface pattern. Can someone briefly outline what the benefits of this pattern are?

2 Answers
Related