Structural and Behavioural Patterns
Which of the following is not an example of a Structural pattern?
Suppose you are developing a large-scale software application that needs to work with a complex database schema. You want to create a structural pattern to separate the database access logic from the application logic.Which of the following statements about using the DAO (Data Access Object) design pattern to accomplish this goal is true?