Which of the following statements is false?

a. Classes (and their objects) encapsulate, i.e., encase, their attributes and methods.
b. A class’s (and its object’s) attributes and methods are intimately related.
c. For objects to communicate effectively with one another, each must know how the other object is implemented.
d. Information hiding is crucial to good software engineering.

c. For objects to communicate effectively with one another, each must know how the other object is implemented. Actually, Objects are normally not allowed to know how other objects are implemented—implementation details are hidden within the objects themselves.

Computer Science & Information Technology

You might also like to view...

A process called ________________ occurs when a bridge does not know the destination segment and transmits the frame to all segments except the source segment.

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

Computer Science & Information Technology

MySQL supports the INTERSECT operator.

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

Computer Science & Information Technology