0 votes
in Design Patterns by (7.4k points)

Which of the following pattern is used when we want to pass data with multiple attributes in one shot from client to server?

A - Factory Pattern

B - Abstract Factory Pattern

C - Singleton Pattern

D - Transfer Object Pattern

1 Answer

0 votes
by (7.4k points)

Answer : D

Explanation

Transfer Object Pattern is used when we want to pass data with multiple attributes in one shot from client to server.

Related questions

0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (7.4k points)
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (7.4k points)
0 votes
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (7.4k points)
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (7.4k points)
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (7.4k points)
0 votes
0 votes
asked Oct 16, 2019 in Design Patterns by DavidAnderson (7.4k points)
...