Categories
Archives
Blog Stats
- 471,150 hits
You can like us at
Meta
Tag Archives: virtual base class in c++
Virtual Base class
In hierarchical inheritance we have seen that a base class is inherited by many derived classes. If derived class is obtained from these derived class then a situation arises where compiler find’s ambiguity. Ambiguity is state where duplication of data … Continue reading