gpt4 book ai didi

java - 如何在java接口(interface)中定义Getter和Setter(Property)

转载 作者:行者123 更新时间:2023-12-01 08:14:17 27 4
gpt4 key购买 nike

我想在我的应用程序中使用 RMI。所以使用接口(interface)是必须的。我想强制开发人员实现 getter 和 setter。所以我想在我的界面中定义 getter 和 setter 方法。我怎样才能做到这一点?不幸的是,没有有用的文章或链接来帮助我。任何帮助将不胜感激。

最佳答案

您可以在接口(interface)中声明方法,但不能在其中定义它的主体。

Interfaces form a contract between the class and the outside world, and this contract is enforced at build time by the compiler. If your class claims to implement an interface, all methods defined by that interface must appear in its source code before the class will successfully compile.

它将在实现接口(interface)的位置进行定义。

关于java - 如何在java接口(interface)中定义Getter和Setter(Property),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14724857/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com