Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个 interfacei和一个 class c,i则有一个默认方法(Java8)并且c有一个具有相同签名但具有不同实现的方法。哪个实现适用于3实现i和扩展的类c?
i
c
3
将调用 C 中的方法。类实现优先于接口。