+1 vote
in Software Architecture by (75.2k points)
Which of the following information should be kept hidden?

(a) Internal data representation such as data types and structures

(b) Volatile design decisions such as size, capacities, waiting time etc

(c) Names, parameters, return types of operations provided by module

(d) Internal data representation and volatile design decisions should be kept hidden

I got this question during an online interview.

Question is taken from Modularity Principles in division Unified Modelling Language of Software Architecture

1 Answer

0 votes
by (46.2k points)
The correct answer is (d) Internal data representation and volatile design decisions should be kept hidden

Explanation: Names,  parameters,  return type are public information need not be hidden whereas internal data representation and volatile design decisions should be kept hidden.

Related questions

We welcome you to Carrieradda QnA with open heart. Our small community of enthusiastic learners are very helpful and supportive. Here on this platform you can ask questions and receive answers from other members of the community. We also monitor posted questions and answers periodically to maintain the quality and integrity of the platform. Hope you will join our beautiful community
...