Abstract Class | Interface
Abstract Class |
Interface |
|
Describes |
Attributes, methods |
Methods |
For classes |
With close connections (inheritance) |
That could have nothing in common |
Multiple Inheritance |
|
|
Key words |
Implements interface Extends class |
Extends interface |
Attributes |
|
|
Methods without realisation |
( keyword) |
|
Methods with realisation |
|
( keyword) |
Constructor |
|
|
Access modifiers |
any |
(default), for methods with realisation |
Comments
Related