ARTICLE AD BOX
Given a class Child which is derived from class Parent. When creating an object from class Parent, select the correct type for the variable dan which will be assigned the reference to the Parent object, knowing that object will ONLY be used to execute the Parent implementation of toString().
Object
Parent
Child
