Science, asked by sunilmeenajpr5280, 1 year ago

in layered design functionality and logic is separated into different parts to enable reuse

Answers

Answered by ayushkushwaha99
27

Layers separate different levels of abstraction that exist in a process automation. They enable you to separate out different logic and functionality into separate parts of the configuration in order to aid reuse of components, minimize the impact of system changes and aid in collaboration between teams.

please mark me as brainlist and follow me it helps me very much.........................

Answered by kingofself
0

The given statement is true, that "in the layered design functionality and logic is separated into different parts to enable reuse."

Explanation:

  • Layered architecture is one of the most commonly used architecture patters.
  • It's another name is "n-tier architectural pattern."  
  • This pattern is widely used in the Java EE platform. So, it is used by various architects, designers and also by developers.  
  • The components that are present in the layered architecture are used as horizontal layers in the application of itself.  
  • It has totally four various layers, they are:
  1. Business,
  2. Presentation,
  3. Database, and
  4. persistence.

As, it has been separated as two parameters as logic and functionality as different kind of parts for reusing purpose, as it reduces thesystem changes impact.

To know more:

In layered design functionality and logic is separated into different parts to enable reuse.True or false

https://brainly.in/question/10707967

Similar questions