Kizspy | Question: 49
(Choose 1 answer)
What are Data Transfer Objects (DTOs)?
A. Data Transfer Objects (DTOS) are classes that define a Model with sometimes predefined validation in place for HTTP
responses and requests.
B. The DTOs can be known as ViewModels in MVC where you only want to expose relevant data to the View.
C. Both the answers are incorrect
D. Both the answers are corect