Let modify be a public member function for the class USStates which modifies the attributes of one object of the class. To change the ith object of the class requires the following call to modify:

a. modify (USStates);
b. modify (USStates[i]);
c. modify (stateArr);
d. stateArr.modify (USStates[i];
e. stateArr[i].modify ( );

e. stateArr[i].modify ( );

Computer Science & Information Technology

You might also like to view...

A print ________ is software that facilitates communication between the computer and printer

Fill in the blank(s) with correct word

Computer Science & Information Technology

During the process of creating an XHTML document a Web programmer MUST save the document file to a web server

Indicate whether the statement is true or false

Computer Science & Information Technology