in IS&Software Engineering retagged by
713 views
0 votes
0 votes

Classes communicate with one another via:

  1. processed information
  2. Interfaces
  3. messages
  4. coupling
in IS&Software Engineering retagged by
713 views

1 Answer

1 vote
1 vote

Ans : $C$) Messages.

Information processing is the manipulation of data to produce useful information. Such information is called $processed \space information$.


$Interfaces$ are tools and concepts that technology developers use as points of interaction between hardware and software components

The classes communicate via $message\space passing$ mechanism in Object Oriented Programming.

$Coupling$ is the degree of interdependence between software modules; a measure of how closely connected two routines or modules are; the strength of the relationships between modules.

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true