Discussion :: Interfaces
-
Which of the following statements is correct about an interface?
A.
One interface can be implemented in another interface.
|
B.
An interface can be implemented by multiple classes in the same program.
|
C.
A class that implements an interface can explicitly implement members of that interface.
|
D.
The functions declared in an interface have a body.
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment