Across
- 4. Achieved by interfaces using default methods.
- 5. Java structure where default methods are defined.
- 6. Main reason default methods were introduced.
- 7. Needed when two interfaces have the same default method.
- 9. Version of Java that introduced default methods.
- 10. Used to call a specific interface’s default method.
Down
- 1. Interface with one abstract method and optional default methods.
- 2. A method in an interface that includes a body.
- 3. What default methods provide inside interfaces.
- 8. What a class can do to replace a default method.
