Computer Science, asked by heebabijle5998, 1 year ago

Which problem arises due to multiple inheritance, if hierarchical inheritance is used previously for its base classes?

Answers

Answered by Anonymous
0

Explanation:

Which problem arises due to multiple inheritance, if hierarchical inheritance is used previously for its base classes? Explanation: The diamond problem arises when multiple inheritance is used. This problem arises because the same name member functions get derived into a single class.

Similar questions