A(n)______________________ class represents a generic concept in a class hierarchy.

a) super
b) abstract
c) interface
d) shadow
e) generic


b) abstract

Computer Science & Information Technology

You might also like to view...

Specter is which of the following?

A) IDS B) Firewall C) Honeypot D) Router

Computer Science & Information Technology

(Calculating Total Sales) A mail order house sells five different products whose retail prices are: product 1 — $2.98, product 2—$4.50, product 3—$9.98, product 4—$4.49 and product 5— $6.87. Write a program that reads a series of pairs of numbers as follows: a) product number b) quantity sold Your program should use a switch statement to determine the retail price for each product. Your program should calculate and display the total retail value of all products sold. Use a sentinel-con- trolled loop to determine when the program should stop looping and display the final results.

What will be an ideal response?

Computer Science & Information Technology

SharePoint creates a file using the ________ template when you click New Document while viewing the library's content listing

Fill in the blank(s) with correct word

Computer Science & Information Technology

Companies typically design Relational Database Management Systems that contain only one or two tables of data

Indicate whether the statement is true or false

Computer Science & Information Technology