static vs non-static

Andrey andr-sar at yandex.ru
Sun Jan 13 09:18:12 PST 2013


Definitely this is a bad design. Even in PHP you can't call 
static functions from class instance. :-)

Having two functions with the same name and argument list within 
one class is a bad idea too.


More information about the Digitalmars-d-learn mailing list