Gambas/syntax/variables/classes/virtual: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
m Woozle moved page virtual class (Gambas) to Gambas/virtual class: subpage |
(No difference)
| |
Revision as of 02:06, 1 July 2013
Overview
In Gambas, a virtual class is a class containing one or more virtual methods, i.e. methods whose interface has been defined but whose implementation has not been. This is similar to the usage of the term in other languages.
In Gambas, virtual methods are always named beginning with a ".", e.g. ".ListViewItem".
It is not quite clear from the documentation, but it appears that virtual methods can only be instantiated using C++; see writing classes in Gambas.<hide>
page status::seed
</hide>
|
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
