Kizspy | Question: 47
(Choose 1 answer)
What is the primary reason for using Data Transfer Objects (DTOS) in an API?
A. To replace the need for a database.
B. To shape data specifically for the client, preventing over-posting and under-posting, and decoupling the API from the
database schema.
C. To increase the performance of database queries.
D. To enforce business logic and validation.