Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是看不出两者之间的区别。
很难将苹果与橙子进行比较,但主要区别在于它们的目的和业务逻辑的实现。
数据传输对象用于在边界(例如进程)之间传输数据。它不实现业务逻辑,仅用于存储、检索或序列化数据。
代理对象用作访问其他对象(例如数据库连接)的中介。它可以实现额外的业务逻辑。