C++ allows the programmer to deal with data at a higher level of abstraction in part because related data of differing types can be treated as a unit in

a) a array variable
b) a structure variable
c) a function
d) a library
e) a class variable


b) a structure variable , and c) a function

Arrays are homogeneous, functions do not encapsulate data, and we
know that libraries are collections of functions organized for easy access. The ones
that are left, class and struct types, allow heterogeneous data as a unit is a structure or
class variable.

Computer Science & Information Technology

You might also like to view...

If…Then is a _________ statement.

a) restricted b) selection c) repetition d) unrestricted

Computer Science & Information Technology

You can make a presentation ____, which means that others can read but cannot modify the presentation.

A. change-free B. modify-free C. read-only D. look-only

Computer Science & Information Technology

Which of the following terms is commonly used to describe a VLAN configuration in which one router connects to a switch that supports multiple VLANs?

a. router-on-a-stick b. branched router c. router overloading d. router-on-a-branch

Computer Science & Information Technology

In many cases, FAQs (frequently asked questions) describe the particular netiquette, or web guidelines for protocol and courtesy, that exist on a particular newsgroup or site.

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

Computer Science & Information Technology