Manages connection with data source to get and store data
-
View Helper
-
DAO
-
Service to Worker
-
Composite Entity
B
Correct answer
Explanation
Data Access Object (DAO) pattern abstracts and encapsulates access to a data source. It manages connections and provides CRUD operations while hiding the details of data persistence from the rest of the application. This separates business logic from data access logic.