“封装”是这样吗?和“抽象”?

发布于 2024-10-01 08:26:04 字数 61 浏览 7 评论 0原文

封装只是隐藏了程序的内部机制

抽象是为封装的程序提供公共接口,

这是真的吗?

Encapsulation is just hiding the internal mechanism of the program

Abstraction is providing a public interface from encapsulated program

is that true ??

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

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

发布评论

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

评论(2

丿*梦醉红颜 2024-10-08 08:26:04

封装是通过隐藏组件的实现细节同时公开一致的接口来减少组件之间的紧密耦合。封装意味着您可以更改单元执行其工作的方式,而不会影响使用该单元的所有其他单元的行为。

抽象是简化或概括某些事物的更一般的概念。为了更好的解释:http://en.wikipedia.org/wiki/Abstraction_(computer_science)

Encapsulation is how you reduce tight coupling between components, by hiding their implementation details while exposing a consistent interface. Encapsulation means you can change how a unit performs its work without affecting the behaviour of all other units that use it.

Abstraction is the more general concept of simplifying or generalizing something. For a better explanation: http://en.wikipedia.org/wiki/Abstraction_(computer_science)

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