出典:Wiktionary
出典:Wikipedia
出典:『Wikipedia』 (2011/07/19 16:57 UTC 版)
In object-oriented programming, a virtual function or virtual method is a function or method whose behaviour can be overridden within an inheriting class by a function with the same signature. This concept is a very important part of the polymorphism portion of object-oriented programming (OOP).