(Choose 1 answer)
What are Data Transfer Objects (DTOs)?
A. None of the others.
B. Data Transfer Objects (DTOs) are classes that define a Model with sometimes predefined validation in place for HTTP responses and requests.
C. All of the others.
D. The DTOs can be known as ViewModels in MVC where you only want to expose relevant data to the View.