what is the Difference between interface & multiple inheritence
sudhahar vaithi
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.