其输出仅依赖于输入和对象状态的方法的名称是什么?

发布于 2024-10-21 20:33:54 字数 76 浏览 1 评论 0原文

我知道术语“纯函数”描述了其输出仅依赖于输入的函数。

是否有类似名称的方法(对象的函数),其输出仅取决于输入和对象的状态?

I know the term "pure function" that describes a function whose output is only dependent on the input.

Is there a similar name for a method (function of an object) whose output is dependent only of the input and the state of the object?

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

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

发布评论

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

评论(2

爱要勇敢去追 2024-10-28 20:33:54

Bertrand MeyerEiffel 编程语言和本书的作者 面向对象的软件构建,称它们为“查询方法”。

Bertrand Meyer, inventor of the Eiffel programming language and author of the book Object-oriented software construction, calls them "query methods".

南城追梦 2024-10-28 20:33:54

我将其称为状态相关方法,

具体取决于对象所在的状态(设计模式)实例,您会得到不同的结果(不仅仅是输出)或扩展

I would call it state-dependent method

depending on State (design-pattern) instance of object is in, you get different result (not only output) or extension

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