In ____________________ (aggregation), one or more members of a class are objects of another class type.

Fill in the blank(s) with the appropriate word(s).


composition

Computer Science & Information Technology

You might also like to view...

struct type addressBook has a component people which is an array of elements of struct type person. person has a component phoneNumbers which is an array. What is the correct reference for the second phone number of the second person in myFriends (type addressBook)?

a) myFriends.person[1].phoneNumber[1] b) myFriends.person.phoneNumber[1] c) addressBook.people[1].phoneNumber[1] d) myFriends.people[1].phoneNumber[1]

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. enum constants have a toString method. 2. An instance of a class does not have to exist in order for values to be stored in a class's static fields.. 3. A class's static methods do not operate on the fields that belong to any instance of the class. 4. You can declare an enumerated data type inside a method.

Computer Science & Information Technology

You can use the View Side by Side button in the Window group on the VIEW tab to display two open documents horizontally at the same time. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The RADIUS server sends an Access-Request message, including a user name and password combination or a certificate from the user, to an NPS server acting as a RADIUS client.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology