Polymorphism, although mostly referred to virtual function usage, can actually be categorized into two different types
- Static Polymorphism: refers to the ability of having overrided functions in one scope
- Dynamic Polymorphism: Refers to the ability to override functions that are called virtual in the parent class
No comments:
Post a Comment