Polymorphism
Revision as of 22:19, 15 December 2016 by QuantumFluctuator (talk | contribs) (Created page with "Polymorphism is the term to describe inheritance trees of objects. A class can inherit subroutines from other classes, and can even overwrite them with its own iterations of t...")
Polymorphism is the term to describe inheritance trees of objects. A class can inherit subroutines from other classes, and can even overwrite them with its own iterations of them. This is done using ":" when declaring a class.