资讯

Library for runtime polymorphism adds reusable building blocks for composing facades, aliases for non-owning and weak references, and new helpers for creating shared and weak proxies.
We use method overriding to implement run time polymorphism or late binding. The following code snippet shows how the Log method can be called using a reference of the base class.