Multiple Choice
Constants declared in an interface are implicitly _______.
A) private.
B) static.
C) abstract.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A class that implements an interface but
Q40: An interface can not provide properties with
Q41: If a method needs to be called
Q42: Unfortunately,polymorphic programs make it difficult to add
Q43: The keyword sealed is applied to methods
Q44: Classes and methods are declared sealed for
Q46: You may define implementations for abstract methods
Q47: Which of the following is false about
Q49: If a derived class reference is assigned
Q50: Consider the abstract class below:<br>Public abstract class