Quick Summary Code Book – Visual Basic for Applications

You cannot convert from a class type to an interface type. You can implicitly convert from a class type to any interface type that the class implements. You can implicitly convert down from the interface type to the type of the implementing class. None of the above. Both b and c are correct. 2. ................
................