- Interface support
multiple inheritance
|
- It does not contain constructor
|
- an interface not not have any access
modifier
|
- Take more time to find the actual method
in the class
|
- fields can not be defined in the
interface
|
- An interface can not provide any code
rather then the signature
|
- member of the static class can not be
static
|