Answer Posted / Karamveer Singh
Three-tier architecture is a design pattern in software engineering that separates an application into three distinct layers: Presentation (user interface), Application (business logic), and Data (data access). This structure promotes modularity, scalability, and maintainability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers