A ____ is a completely new data type that incorporates all of the data values and operations of one class with new data and operations that create a different and expanded class.

A. class instance
B. base class
C. specific class
D. derived class

Answer: D

Computer Science & Information Technology

You might also like to view...

How many times will the following loop print hello?

i = 1; while ( i <= 10 ) cout << "hello"; a. 0. b. 9. c. 10. d. An infinite number of times.

Computer Science & Information Technology

Discuss the relationship between data warehousing and OLAP.

What will be an ideal response?

Computer Science & Information Technology