Interface bullet points
- One class can implements any number of interfaces.
- One interface can not implements another interface.
- One interface can extends another interface.
- Through classes multiple inheritance is not possible
- Through interfaces multiple inheritance is possible.
- In real time we will use interface to create services.
Thanks for your time.
Nireekshan