Which of the following is NOT a valid use of Java interfaces?

Last Updated :
Discuss
Comments

Which of the following is NOT a valid use of Java interfaces?

Defining method contracts without implementation

Supporting multiple inheritance

Achieving polymorphism


Extending a class

Share your thoughts in the comments