Polymorphic behavior
Polymorphism is the ability to treat many different forms of an object as if they were the same. Polymorphism is achieved in C++ by using inheritance and virtual methods. Limited polymorphic behavior through the use of virtual methods is available in the CICS® Foundation Classes. For information about polymorphism in the ICCResource class, see Polymorphism in the IccResource class.