Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.672 Beiträge
 
#1

Static specifier and overriding class methods

  Alt 30. Jul 2013, 12:10
I’ve encountered an interesting problem while overriding virtual class method. Consider the next program: program Project1; {$APPTYPE CONSOLE} uses SysUtils; type TBase = class class function GetName: string; virtual; class procedure Test; static; end; TChild = ...

More...
  Mit Zitat antworten Zitat