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
Post a Comment