Answer
Interfaces have only methods declared and not defined. So that these various methods can be altered or customized or written according to the need. Hence Multiple inheritance is implemented through Interfaces.
Interface is a progam which just declares various methods or functions, so that any user can write the contents of that method declaration.
First answer by Thombya. Last edit by Thombya. Contributor trust: 109 [recommend contributor]. Question popularity: 43 [recommend question]
|
Research your answer: |



