24) Interfaces
Need of Interfaces:



Example:


That's the reason why interface are needed




Code:
Output:

UML :

Defining Interfaces:








Types of methods in an interface :



Rules to implement Interface:


A class can implement multiple interfaces:
Rule 1:




Rule 2:


Multiple inheritance is possible using Interfaces:



Properties of a member of an interface:


Last updated