Class.forName() runtime polymorphism?
One of hundreds of answers available with our premium content service.
A: The Class.forName() scheme is an application of polymorphism that is applied at runtime, so can be regarded as an example of runtime polymorphism. However the Class.forName() scheme has to be designed into an application in advance, the polymorphic aspect is not created at runtime, it is only expressed at runtime.
… full answer hidden
Premium members click below for full answer
Is Class.forName() runtime polymorphism?