A Transition Guide: Python to C++

raised. This flexibility allows for various forms of polymorphism. For example, the sum function accepts a parameter that is assumed to be a sequence of numbers. It works whether that sequence is in the form of a list, a tuple, or a set, so long as the parameter is iterable. Another form of polymorphism is a function ................
................