Answer:
Interfaces are defined to provide a common function names to the implementors. Different implementors can implement those interfaces according to their requirements. You can say, interfaces are skeletons which are implemented by developers.
Previous Question | Next Question |
Write a program using while loop? | What is the use of explode() function? |