The class which inherits the members of another class is known as the ______.

a) superclass
b) derived class
c) base class
d) abstract class


b.

Computer Science & Information Technology

You might also like to view...

What output will be produced when the following code is executed? (Assume these lines are embedded in complete, correct programs, with proper #include directives.)

``` cout << "*"; cout.width(5); cout << 123 << "*" << 123 << "*" << endl; cout << setw(5) << 123 << "*" << 123 << "*" << endl; ```

Computer Science & Information Technology

The ability to subscribe to a feed is standard in many Web browsers.

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

Computer Science & Information Technology

Technology __________ guides how frequently technical systems are updated, and how technical updates are approved and funded.

A. wrap-up B. governance C. turnover D. changeover

Computer Science & Information Technology

If you create a Recommended PivotTable on a group of data about book sales with these columns: Discipline (i.e. Business), Area (i.e. Finance and Marketing), Units Sold, Wholesale Price, what column might Excel use as values?

A. Discipline B. Area C. Units Sold D. Both Discipline and Area

Computer Science & Information Technology