Multiple Choice
The type of polymorphism that applies specifically to objects of the same parent class is sometimes called ____ polymorphism.
A) subtype
B) subclass
C) dual
D) inherited
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A(n) _ is another name for a
Q6: The capability to inherit from more than
Q7: Derived classes usually have fields and methods
Q8: When a data field is private, it
Q9: If a class's only constructor requires an
Q11: Classes that depend on field names from
Q12: What is accomplished when you assign a
Q13: A(n) _ cannot be overloaded.<br>A)instance method<br>B)method<br>C)constructor<br>D)destructor
Q14: _ is the process of creating a
Q15: When a superclass requires parameters upon instantiation,