In multiple inheritance, one way to solve this ambiguity problem is to use virtual base classes,…
Tag: scope
What are the drawbacks of using enum ?
However, there are serious drawbacks with enum variables in standard C++. First drawback is that the…