logo

C++ - Object-oriented programming

C++ allows many forms of polymorphism including:

  • virtual functions
  • Function templates
  • Type-erasure
  • CRTP
  • Variant