Computer Science, asked by shubhamsharma5764, 1 year ago

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

Answers

Answered by vinay7860
0

Here is your answer I hope my answer help you

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.

vinay7860

Answered by mindfulmaisel
0

‘In layered design functionality and logic is separated into different parts to enable reuse’ is a TRUE statement.

Explanation:

  • One of the most common architecture patterns is the layered architecture. It can also be known as n-tier architectural pattern.  
  • This pattern has been mostly used for many Java EE applications. Thus it can be widely used by various developers, designers, and other architects.  
  • The components present in layered architecture can be organized into horizontal layers within application.  
  • It has four different layers namely business, presentation, database, and persistence. It has separated logic and functionality as different parts.  
Similar questions