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 |
What is c++ w3school?
Define Virtual function in C++.
How can you find the nodes with repetetive data in a linked list?
Why is standard template library used?
What is stoi in c++?
Give 2 examples of a code optimization?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Explain the isa and hasa class relationships. How would you implement each?
How do you initialize a class member, class x { const int i; };
What is runtime errors c++?
What is meant by a delegate?
what is data encapsulation in C++?