Why shouldn't i change the interface method names when implementing them?

前端 未结 0 1440
鱼传尺愫
鱼传尺愫 2020-12-15 10:37

Say I\'m using a Runnable interface,

Runnable runnable = new Runnable() {
    @Override
    public void run() {
        // some code

    }
};
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题