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
Q1: Which of the following statements is false?<br>A)
Q3: Which of the following statements about abstract
Q4: In Java SE 7 and earlier,an interface
Q5: When a superclass variable refers to a
Q9: A class that implements an interface but
Q10: A(n) class cannot be instantiated.<br>A)final.<br>B)concrete.<br>C)abstract.<br>D)polymorphic.
Q11: Which of the following statements is false?<br>A)
Q14: Consider classes A, B and C, where
Q16: Which statement best describes the relationship between
Q19: Which of the following statements is false?<br>A)