Under what conditions is multiple inheritance not recommended?
Answer / ackmed
If you derive from more than one base classes with the same
parent, then that parent should be a virtual base class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Does c++ have a hash table?
Which should be more useful: the protected and public virtuals?
What programming language should I learn first?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
what is scupper?
What are the different types of variables in C++?
What does return 0 do in c++?
Describe new operator and delete operator?
What are advantages and disadvantages of Design patterns?
Explain the difference between struct and class in terms of access modifier.
What is a buffer c++?
When does a name clash occur?