+ 1
Can function overiding in multiple inheritance .
Help me as soon as posible
4 Answers
0
Specify the programming language in the tags (where you wrote 'in'). Not every programming language supports multiple inheritance.
Naqib Ullah
Write C++ in the tags, up there where you wrote 'in' â
* I'll remove this note soon ...
0
C++ programming
0
I understand now we can function overiding in multiple inheritance in the derived class.
0
The same name function with same argument list and different classes is known as function overiding. In simple multiple inheritance there is two parrent class and one child class.