Quiz on Interfaces
Here is a quiz to test your understanding of the concepts related to interfaces.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Interfaces are similar to classes but in interfaces ____
A.
the member functions that it declares (but not implements) are abstract even without the abstract
keyword.
B.
the member functions that it implements must be static
or final
.
C.
the member variables must be static
D.
All of the above
1 / 6