adspace


Explain three types of components comprise an application design?

Answer Posted / Mohammad Sajid Husain

Three common types of components in an application design are:
1. User Interface (UI) Components: These are the visual elements that users interact with, such as buttons, forms, and menus.
2. Business Logic Components: These handle the business rules and processes specific to the application's functionality.
3. Data Access Components: These manage the interaction between the application and the data sources, such as databases or APIs.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Did you use ooa/ood methodologies? Did you use design patterns?

1196