What does the following UML diagram represent? Select all that apply. Person -name: string - phone: string Object A Pers
Posted: Fri Apr 29, 2022 8:02 am
What does the following UML diagram represent? Select all that apply. Person -name: string - phone: string Object A Person class contains any number of Object1 objects. An Object1 class contains 1 Person object. Object1 is a concrete implementation of the Person class. Object 1 is a Collection class.