Solved

Can a Program Exhibit Polymorphism If It Only Implements Early

Question 55

Multiple Choice

Can a program exhibit polymorphism if it only implements early binding?


A) Yes, because one form of polymorphism is overloading
B) No, because without late binding polymorphism cannot be supported
C) Yes, because so long as the programs uses inheritance and/or interfaces it supports polymorphism
D) Yes, because early binding has nothing to do with polymorphism
E) none of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions