Which mechanism among the following helps in identifying a type during the execution of a program?

Which mechanism among the following helps in identifying a type during the execution of a program? Correct Answer Runtime type ID

Runtime type ID is the mechanism that lets identify a type during the execution of a program. Using Runtime type ID we can construct and use objects at runtime.

Related Questions