abstract methods |
Top Previous Next |
What is translated > Types > Records, Classes, Interfaces > Class > abstract methods Like Delphi also C# knows abstract methods. The most natural way of translation is for example:
function Get(Index: Integer): Integer; virtual; abstract; -> abstract public int Get(int Index)/*# virtual */;
|
This page belongs to the Delphi2C# Documentation |
Delphi2C# home Content |