binh
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 1
-
-
-
binh 创建了一个帖子, 已回答How to find usages method of the actual implementation, not interface
I have same issue as: https://stackoverflow.com/q/58290379/5419748 public interface Dog { void bark(int volume); } public class Lab implements Dog { public void bark(int volume) { ...