Multiple Choice
The UML distinguishes an interface from other classes by placing the word "interface" in________ above the interface name.
A) italics.
B) carets.
C) guillemets.
D) bold.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Which of the following statements is false?<br>A)
Q20: In Java SE 7 and earlier, an
Q21: Declaring a method final means:<br>A) it will
Q22: Polymorphism enables you to:<br>A) program in the
Q23: Which of the following could be used
Q25: Consider the abstract superclass below: <br>public abstract
Q26: Which of the following statements is false?<br>A)
Q27: Aclass that implements an interface but does
Q28: Every object in Java knows its own
Q29: Which of the following does not complete