Yes, it can. One can call this function either by referring to it in the constructor/destructor of an abstract class or directly - in overridden function of descendant one can call the pure virtual function with the body of ancestor through the scope resolution operator.
Login in to like
Login in to comment