1
Reply

what is the difference between interface and multiple interface?

narpala pradeep

narpala pradeep

16y
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.