+1 vote
in Software Architecture by (75.2k points)
What are the drawbacks for Layers?

(a) It is often necessary to pass data through many layers, which can slow performance significantly

(b) Layers support information hiding

(c) Multi-layered programs can be hard to debug because operations tend to be implemented through a series of calls across layers

(d) None of the mentioned

I got this question in a national level competition.

Question is from Layered Architectures in division Visibility, Accessibility and Information Hiding of Software Architecture

1 Answer

0 votes
by (46.2k points)
Right choice is (c) Multi-layered programs can be hard to debug because operations tend to be implemented through a series of calls across layers

The best explanation: Layers support information hiding is an advantage and not a drawback.

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
...