Abstract functions in child classes

Adam Adam at Anizi.com
Thu Dec 1 10:21:25 PST 2011


Because the function in this case has no definition in the base
abstract class (Parent), but is referenced / called by Parent's
members. I did not want Parent to provide a default definition for the
function precisely because a large point of the abstract was that
method.


More information about the Digitalmars-d-learn mailing list