Multiple Choice
Examine the following piece of code: class Potato (Vegetable) :
In a UML diagram, what would the open arrowhead point to?
A) Potato
B) Vegetable
C) class
D) Potato(Vegetable)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: In the following line of code, what
Q8: When there are several classes that have
Q9: Which method can you use to determine
Q11: In the following line of code, what
Q20: What does a subclass inherit from a
Q27: One of the ingredients of polymorphic behavior
Q31: In a UML diagram, what does the
Q35: In an inheritance relationship, what is a
Q35: A superclass inherits attributes and methods from
Q36: A subclass is also called a(n)_ class.