Which assertion concerning overriding is true ?
The children class does not have access to the overridden method from the parent class.
The parent class can access the overridden method through the scope resolution operator.
Methods in the children class can call overridden methods from the parent class.
Calling overridden methods with dynamical binding only works with pointers to parent class.