In OOP terminology, an object's member variables are often called its ________, and its member functions are sometimes referred to as its ________.

A) values, operators
B) data, activities
C) attributes, activities
D) attributes, methods
E) values, activities

D) attributes, methods

Computer Science & Information Technology

You might also like to view...

LinkLabels are used to:

a) organize a group of labels b) bring the user to a desired location c) allow multiple labels to be modified during runtime all at once d) All of the above

Computer Science & Information Technology

After declaring a StreamReader variable, you can use the ____ to open a sequential access file for input; doing this automatically creates a StreamReader object.

A. OpenText method B. Write method C. StreamWriter object D. ReadLine method

Computer Science & Information Technology