Effective C++ 43: Use multiple inheritance judiciously
I haven't used multiple inheritance before. The reason for that is it's too complex. So my suggestion is to use single inheritance whenever you can.
I haven't used multiple inheritance before. The reason for that is it's too complex. So my suggestion is to use single inheritance whenever you can.
评论已关闭