Choose the correct features of abstract classes and interfaces since Java 9.
Consider it a coding problem: we suggest you do some experiments to solve it.
Choose the correct features of abstract classes and interfaces since Java 9.
Consider it a coding problem: we suggest you do some experiments to solve it.
| Abstract class | Interface | |
|---|---|---|
| A constructor is admissible | ||
| It can be inherited by a class | ||
| It can have static methods | ||
| It can be implemented by a class. |
Create a free account to access the full topic