How do "pure" member functions work?

Sean Eskapp eatingstaples at gmail.com
Sat Aug 20 08:13:52 PDT 2011


Does marking a member function as pure mean that it will return the same
result given the same parameters, or that it will give the same result, given
the same parameters and given the same class/struct members?


More information about the Digitalmars-d-learn mailing list