1
Reply

what is the Difference between interface & multiple inheritence

sudhahar vaithi

sudhahar vaithi

17y
6.3k
0
Reply

    Interface is notihg but it act as a intermediator between two objects or two programs(program or object  may be different). In interface both can use.

     But multiple interface is a process of obtaining or reciving the properties of more than one class. In multiple inheritance only informations are used by derived class.