Multiple inheritance in C++ -


as know, c++ allows multiple inheritance. but, programming approach use multiple inheritance or should avoided?

thanks.

in general, it's not needed , can make code more complex.

but there cases it's useful. long it's useful , isn't causing code become unmanageable, see no reason avoid it.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -