Answer:
The correct option is C: For objects to communicate effectively with one another, each must know how the other object is implemented.
Explanation:
For effective communication of objects with each other, there is no need for each object to know how the other object is implemented. The rules for communication are already defined, and hence you do not have to know, as details of implementation are hidden. Hence the only false statement from the options is C.
Information technology is the application of computers to store, retrieve, transmit and manipulate data, often in the context of a business or other enterprise.
Explanation:
Anti - pattern -
Anti-pattern are the software development design patterns that are considered bad programming practices .
For example , an anti-pattern designing might involve making a god object which performs multiple functionalities, and the better design pattern would be to separate out each function into different objects.