Dynamic Cast
This lesson highlights the key features of the dynamic_cast operator.
Features #
-
dynamic_cast
converts a pointer or reference of a class to a pointer or reference in the same inheritance hierarchy. ...
This lesson highlights the key features of the dynamic_cast operator.
dynamic_cast
converts a pointer or reference of a class to a pointer or reference in the same inheritance hierarchy. ...