Refresher/TDD/Polymorphism

From Wikiversity
Jump to navigation Jump to search

Presentation

Beyond
Beyond
Polymorphism
List of Topics
List of Topics
   
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
List of Topics
List of Topics
How to create a guided tour such as this presentation?
 Late binding: method looked up by name at run-time and exact behavior determined at run-time
 
 Early binding: method name and signature stored in the virtual method table (v-table) at compile time
 
 Polymorphism: objects from different types responding to calls by the same name, e.g. operator overloading for addition
 
Mobile version