Jump to content

Talk:Dynamic binding (computer science)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Abdull (talk | contribs) at 16:40, 8 February 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The implementation of the derived class will be invoked instead of that of the super class.

Is it always this way around, or are there programming languages in existence that actually will call the method of the super class? --Abdull (talk) 16:40, 8 February 2008 (UTC)[reply]