Virtual static functions ?

Frank Benoit keinfarbton at nospam.xyz
Sat Aug 12 18:17:32 PDT 2006


nobody_ schrieb:
> 'Static functions are never virtual.'
> 
> Could somebody explain this to me?
> I know what functions are.
> A static function is a bit less clear.
> No clue what virtual means in this context.
> 
> _ 
> 
> 

if you cite http://www.digitalmars.com/d/attribute.html
a static _member_ function is meant. In D (also in C++, Java) static
member functions are always not virtual. I heard, in Delphi there is
such a feature of static virtual functions.



More information about the Digitalmars-d-learn mailing list