Which statement best describes how a type hierarchy affects the rules of type conformance? Select one: Values of subclas
Posted: Mon May 02, 2022 12:08 pm
Which statement best describes how a type hierarchy affects the rules of type conformance? Select one: Values of subclasses and superclasses cannot be mixed. An instance of a subclass can be used as a superclass value. O Values of subclasses and superclasses can be freely mixed. An instance of a superclass can be used as a subclass value.