

InterviewSolution
1. |
Solve : C++ inheritence ambiguous? |
Answer» Hi fellas. I'm not a C++ programmer but I do Java and C# programming. From what I recall you can't inherit from more than one class. You can only inherit multiple interfaces. C++ supports multiple inheritance. The reason Boozu's attempts were ambiguous was because it was inheriting the members of CObject1 twice.I'm surprised anyone replied at all after my edit. I find that this happens to me a lot were I ask a question then the answer comes to me. |
|