Control objects and code objects share many things in common. Which of the following statements applies only to control objects (in other words, which of the following statements does not apply to code objects)?

(A) these objects have properties
(B) these objects are predefined and have physical manifestations
(C) these objects respond to methods
(D) these objects are an encapsulation of data and procedures that act on the data


(B) these objects are predefined and have physical manifestations

Computer Science & Information Technology

You might also like to view...

What would be the best prototype for member function insert, of the template class indexList, which inserts an element at a given position?

a) bool insert (int, const T&); b) void insert (int, T); c) bool insert (const T&); d) void insert (int, const T&)

Computer Science & Information Technology

If the loop-continuation condition in a for header is initially ____________ , the program does not execute the for statement’s body

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A document can be displayed in Outline view by clicking Outline in the status bar or clicking the View tab

Indicate whether the statement is true or false

Computer Science & Information Technology

When a computer is connected to a TV but the entire screen cannot be seen, what should the technician change first?

A) Cable B) Screensaver C) Advanced display settings > Detect D) Resolution

Computer Science & Information Technology