Multiple Choice
In the following line of code, what is the name of the base class? class Male(Human) :
A) Male
B) Human
C) Either
D) Incorrect code
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: When there are several classes that have
Q9: Which method can you use to determine
Q10: Examine the following piece of code: class
Q19: In an inheritance relationship,the extended class is
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.