Item-41 Understand inplicit interfaces and compile time polymorphism
· โ 4 min read
Classes support explicit interfaces based on function signatures, as well as runtime polymorphism through virtual functions; templates support implicit interfaces based on valid expressions, as well as compile-time polymorphism through template instantiation and function overloading resolution.