你能装饰一个黑盒子吗?

发布于 2024-11-16 10:26:34 字数 115 浏览 2 评论 0原文

我有一个关于装饰器模式的快速、非常无知的问题。如果我有一个名为 BlackBox 的类,我无法以任何方式对其进行编辑 - 无法添加接口、无法使任何方法虚拟等 - 可以使用装饰器模式来装饰该对象吗?如果是这样,怎么办?

I have a quick, very uninformed question about the Decorator pattern. If I have a class called BlackBox that I cannot edit in any way - can't add an interface, can't make any of the methods virtual, etc. - can this object be decorated using the Decorator pattern? If so, how?

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

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

发布评论

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

评论(1

掩饰不了的爱 2024-11-23 10:26:34

您可以为其创建一个包装器(即实现 适配器 模式)并装饰适配器。

You can create a wrapper for it (i.e., implement the Adapter pattern) and decorate the adapter.

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