Polymorphism Flashcards
1
Q
Is an interface a class?
A
No
2
Q
Can an interface have constructors?
A
No
3
Q
What is the modifier for all fields in an interface?
A
public static final
4
Q
All methods in an interface are what by default?
A
Abstract