Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#default-methods #horstmann-java8-for-really-impatient #java #java8
Question
Interfaces clash. If a superinterface provides a default method, and another interface supplies a method with the same name and parameter types (default or not), then you must [...].
Answer
resolve the conflict by overriding that method

Tags
#default-methods #horstmann-java8-for-really-impatient #java #java8
Question
Interfaces clash. If a superinterface provides a default method, and another interface supplies a method with the same name and parameter types (default or not), then you must [...].
Answer
?

Tags
#default-methods #horstmann-java8-for-really-impatient #java #java8
Question
Interfaces clash. If a superinterface provides a default method, and another interface supplies a method with the same name and parameter types (default or not), then you must [...].
Answer
resolve the conflict by overriding that method
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
Interfaces clash. If a superinterface provides a default method, and another interface supplies a method with the same name and parameter types (default or not), then you must resolve the conflict by overriding that method.

Original toplevel document (pdf)

owner: piotr.wasik - (no access) - Java 8 for the Really Impatient (Horstmann), p15

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.