什么是包装函数和饰面函数?如何将它们应用到系统设计中?

发布于 2024-10-05 18:29:03 字数 80 浏览 3 评论 0原文

我查找了有关包装纸和贴面的详细信息。看起来关于他们的信息很少。如何在设计图中或 Java 中使用它?

有人能给我解释一下吗?谢谢。

I looked for detailed information on wrappers and veeners. Looks like there are very few info about them. How can it be used in a design diagram or in Java?

Could someone explain me? Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心碎的声音 2024-10-12 18:29:03

适配器或包装器(我从未听过有人称其为 Verneer)是四种设计模式之一。这是它的用途:

将类的接口转换为
客户期望的另一个界面。
适配器让类一起工作
否则不能因为
接口不兼容

请查看

现已 15 岁的权威参考是《四人帮》"设计模式"

Adapter or Wrapper (I've never heard anyone call it Verneer) is one of the Gang of Four Design Patterns. Here's what it's for:

Convert the interface of a class into
another interface clients expect.
Adapter lets classes work together
that couldn't otherwise because of
incompatible interfaces

Have a look at this.

The definitive reference, now 15 years old, is the Gang of Four "Design Patterns".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文