Consultor Eletrônico



Kbase P148058: Can methods of a class be invoked dynamically?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/9/2009
Status: Verified

GOAL:

Can methods of a class be invoked dynamically?

GOAL:

Can the CALL object be used to invoke object-oriented methods dynamically?

GOAL:

Can object-oriented methods be called that are not known until run time?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

FIX:

Methods of a class must be known at compile time to be invoked. Specifically, the CALL object should not be used to invoke classes or class methods.