

McqMate
Q. |
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» C. A class that implements an interface can explicitly implement members of that interface. |
View all MCQs in
C# ProgrammingNo comments yet