gpt4 book ai didi

java - "default"在接口(interface)中代表什么?

转载 作者:行者123 更新时间:2023-12-01 10:54:33 24 4
gpt4 key购买 nike

众所周知,在接口(interface)中所有方法都应以分号结尾,但我在 java docs 中遇到了这个例子那么如何在接口(interface)的方法中编写主体以及默认关键字表示什么

public interface Animal {
default public String identifyMyself() {
return "I am an animal.";
}
}

最佳答案

Default methodsJava 8 中的新增内容。

Default methods enable new functionality to be added to the interfaces of libraries and ensure binary compatibility with code written for older versions of those interfaces.

关于java - "default"在接口(interface)中代表什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33693433/

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