Not really, 'cos it only covers inheritance and virtual functions (inclusion polymorphism). It neglects templates (parametric polymorphism), overloaded functions (ad hoc polymorphism), or implicit ...
The word polymorphism comes from the Greek for “many forms.” Most Java developers associate the term with an object’s ability to magically execute correct method behavior at appropriate points in a ...